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