vertx / io.vertx.rxjava.redis / RedisTransaction / rxTtl

rxTtl

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

Get the time to live for a key

Parameters

key - Key string

Return