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