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