vertx / io.vertx.rxjava.redis / RedisClient / pttl

pttl

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

Get the time to live for a key in milliseconds

Parameters

key - Key string

handler - Handler for the result of this call.

Return