vertx / io.vertx.reactivex.redis / RedisClient / ttl

ttl

open fun ttl(key: String, handler: Handler<AsyncResult<Long>>): RedisClient

Get the time to live for a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return