Function ntex_redis::cmd::Ttl

source ·
pub fn Ttl<T>(key: T) -> TtlCommand
where BulkString: From<T>,
Expand description

TTL redis command

Returns the remaining time to live of a key that has a timeout.