Post #4477845
2026-08-09 06:10 UTC
One of my pet peeves about Redis is that the documentation is often aspirational. And by that I mean it would be great if it worked that way but it doesn't.
For example, the `JSON.NUMINCRBY` command says it returns a string or an array containing ints/nulls depending on which JSONPath type you use. Not only does it return the same type in both cases, but it isn't either of these.
https://redis.io/docs/latest/commands/json.numincrby/
Replies (0)
No replies.