# File lib/redis/distributed.rb, line 627 def mapped_hmset(key, hash) node_for(key).hmset(key, *hash.to_a.flatten) end