class Redis

def mapped_mset(hash)

Other tags:
    See: #mset -

Parameters:
  • hash (Hash) -- keys mapping to values
def mapped_mset(hash)
  mset(*hash.to_a.flatten)
end