# File lib/redis/distributed.rb, line 146
    def restore(key, ttl, serialized_value)
      node_for(key).restore(key, ttl, serialized_value)
    end