class Redis::HashRing

def get_node(key)

get the node in the hash ring for this key
def get_node(key)
  get_node_pos(key)[0]
end