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