class Redis
def mapped_mset(hash)
- See: #mset -
Parameters:
-
hash
(Hash
) -- keys mapping to values
def mapped_mset(hash) mset(*hash.to_a.flatten) end
hash
(Hash
)
-- keys mapping to values
def mapped_mset(hash) mset(*hash.to_a.flatten) end