Function RedisValue.expire
Sets the key for expiration after the given timeout.
bool expire
(
core .time .Duration expire_time
);
Note that Redis handles timeouts in second resolution, so that the timeout must be at least one second.
Returns
true
iff the expiration time was successfully set.