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