Function ntex_redis::cmd::Expire[][src]

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.