Method: Redis::Distributed#persist

Defined in:
lib/redis/distributed.rb

#persist(key) ⇒ Object

Remove the expiration from a key.



107
108
109
# File 'lib/redis/distributed.rb', line 107

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