class Redis::Distributed

def persist(key)

Remove the expiration from a key.
def persist(key)
  node_for(key).persist(key)
end