Sets the key for expiration after the given timeout.
Note that Redis handles timeouts in second resolution, so that the timeout must be at least one second.
true iff the expiration time was successfully set.
EXPIRE
See Implementation
Sets the key for expiration after the given timeout.
Note that Redis handles timeouts in second resolution, so that the timeout must be at least one second.