# File lib/redis/distributed.rb, line 635
    def hget(key, field)
      node_for(key).hget(key, field)
    end