# File lib/redis.rb, line 705
  def mapped_msetnx(hash)
    msetnx(hash.to_a.flatten)
  end