pub fn Expire<T, S>(key: T, seconds: S) -> BoolOutputCommandwhere BulkString: From<T>, i64: From<S>,
EXPIRE redis command
Set a timeout on key.
key