class Redis::Distributed

def get(key)

def get(key)
  node_for(key).get(key)
end