Arguments
Response
True if all keys were set, False if at least one key was not set.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
redis.msetnx({
"key1": "value1",
"key2": "value2"
})
Set multiple keys in one go unless they exist already.
True if all keys were set, False if at least one key was not set.redis.msetnx({
"key1": "value1",
"key2": "value2"
})
Was this page helpful?