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