vertx / io.vertx.rxjava.redis / RedisTransaction / rxPttl

rxPttl

open fun rxPttl(key: String): Single<String>

Get the time to live for a key in milliseconds

Parameters

key - Key string

Return