class Redis::Distributed

def set(key, value)

Set the string value of a key.
def set(key, value)
  node_for(key).set(key, value)
end