pub fn Ttl<T>(key: T) -> TtlCommandwhere
BulkString: From<T>,Expand description
TTL redis command
Returns the remaining time to live of a key that has a timeout.
pub fn Ttl<T>(key: T) -> TtlCommandwhere
BulkString: From<T>,TTL redis command
Returns the remaining time to live of a key that has a timeout.