class Redis::Distributed

def restore(key, ttl, serialized_value, **options)

Create a key using the serialized value, previously obtained using DUMP.
def restore(key, ttl, serialized_value, **options)
  node_for(key).restore(key, ttl, serialized_value, **options)
end