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