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