class Redis::Distributed

def get(key)

Get the value of a key.
def get(key)
  node_for(key).get(key)
end