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