vertx / io.vertx.rxjava.redis / RedisClient / rxTtl

rxTtl

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

Get the time to live for a key

Parameters

key - Key string

Return