# File lib/redis/hash_ring.rb, line 44
    def get_node(key)
      get_node_pos(key)[0]
    end