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