-
Hello,
What's the best practice to modify a node name in the path.
E.g: We have a path: $.animals.your.dogs.kuku
I would like to rename dogs to cats so the final path would be: $.animals.you…
-
I have a JSON document in the Redis stack, There's a field surId which holds a long-range numeric value, When I set the value, it automatically rounds to x000
That is if I set field _surId_ as **_8…
-
How about support for ReJSON https://oss.redislabs.com/redisjson/
-
Please notice all the commands can now get full jsonpath, i.e. dynamic paths that start with a $ sign.
As a result all the commands can now return multi parts of the JSON.
see: https://oss.redis.com…
-
Notice!
- If a Redis module was involved, please open an issue in the module's repo instead!
- If you're using docker on Apple M1, please make sure the image you're using was compiled for ARM!
…
-
Hello,
Sometimes an object is huge and only want to return from Redis subset of the data
https://oss.redis.com/redisjson/indexing_JSON/#field-projection
-
## Bug Report
I am using the latest release **6.5.0** which has the recently added redisJson commands (Thank you and Great Job!).
Using the ```StatefulRedisClusterConnection``` , I can access ei…
-
When testing with `make test_oss` we get `TypeError: 'NoneType' object is not subscriptable` with Traceback in redis-py not in redis-om:
```
tests_sync/test_json_model.py:29: in
if not has_red…
-
I compiled redisjson with redismodle-rs,I found allocation_free_panic not support windows only,I hope it can update to support windows
-
Set up a crate to manage the `redismodule-rs` dependency for `redisjson`.
Also set up a crate for `redisjson` itself so it can be installed easily.