class Redis::Distributed

def set(key, value, options = {})

Set the string value of a key.
def set(key, value, options = {})
  node_for(key).set(key, value, options)
end