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