# File lib/redis/distributed.rb, line 210
    def mapped_mset(hash)
      mset(*hash.to_a.flatten)
    end