class Redis::Distributed

def dump(key)

Return a serialized version of the value stored at a key.
def dump(key)
  node_for(key).dump(key)
end