vertx / io.vertx.redis / RedisTransaction / pttl

pttl

abstract fun pttl(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get the time to live for a key in milliseconds

Parameters

key - Key string

handler - Handler for the result of this call.

Since
Redis 2.6.0 group: generic