const newValue = await redis.json.nummultby("key", "$.path.to.array", 2);
Multiply the number value stored at path by number.
path
Was this page helpful?