# File lib/redis/distributed.rb, line 621
    def hsetnx(key, field, value)
      node_for(key).hsetnx(key, field, value)
    end