Method: Redis::Distributed#persist

Defined in:
lib/redis/distributed.rb

#persist(key) ⇒ Object

Remove the expiration from a key.


119
120
121
# File 'lib/redis/distributed.rb', line 119

def persist(key)
  node_for(key).persist(key)
end