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