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