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