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