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