Arguments
str
required
The key of the json entry.
str
required
The path of the number.
number
required
The number to multiply by.
Response
The new value after multiplying
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
newValue = redis.json.nummultby("key", "$.path.to.value", 2)
Multiply the number value stored at path by number.
newValue = redis.json.nummultby("key", "$.path.to.value", 2)
Was this page helpful?