module Redis::Commands::Strings
def mapped_mset(hash)
- See: #mset -
Returns:
-
(String)
- `"OK"`
Parameters:
-
hash
(Hash
) -- keys mapping to values
def mapped_mset(hash) mset(hash.flatten) end
(String)
- `"OK"`
hash
(Hash
)
-- keys mapping to values
def mapped_mset(hash) mset(hash.flatten) end