# File lib/redis/distributed.rb, line 115
    def persist(key)
      node_for(key).persist(key)
    end