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