class Redis

def mapped_hmset(key, hash)

def mapped_hmset(key, hash)
  hmset(key, *hash.to_a.flatten)
end