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