# File lib/redis/distributed.rb, line 623 def hmset(key, *attrs) node_for(key).hmset(key, *attrs) end