class Redis

def mapped_msetnx(hash)

def mapped_msetnx(hash)
  msetnx(*hash.to_a.flatten)
end