Function ntex_redis::cmd::Expire

source ·
pub fn Expire<T, S>(key: T, seconds: S) -> BoolOutputCommand
where BulkString: From<T>, i64: From<S>,
Expand description

EXPIRE redis command

Set a timeout on key.