vertx / io.vertx.reactivex.redis / RedisClient / rxPttl

rxPttl

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

Get the time to live for a key in milliseconds

Parameters

key - Key string

Return