Method: Redis::Distributed#expiretime
- Defined in:
- lib/redis/distributed.rb
#expiretime(key) ⇒ Object
Get the expiration for a key as a UNIX timestamp.
134 135 136 |
# File 'lib/redis/distributed.rb', line 134 def expiretime(key) node_for(key).expiretime(key) end |