Arguments
Response
True if the operation succeeded.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
redis.mset({
"key1": "value1",
"key2": "value2"
})
Set multiple keys in one go.
True if the operation succeeded.redis.mset({
"key1": "value1",
"key2": "value2"
})
Was this page helpful?