Set multiple keys in one go.
redis.mset({ "key1": "value1", "key2": "value2" })
For billing purposes, this counts as a single command.
True if the operation succeeded.
True
Was this page helpful?