Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
await redis.hset("key", { field: 20, }); const after = await redis.hincrby("key", "field", 2); console.log(after); // 22
Increments the value of a hash field by a given amount
Was this page helpful?