-
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…
-
https://github.com/RedisJSON/RedisJSON/blob/5b6a8540e522515378891e0c97e89a361a2c6065/src/redisjson.rs#L239
-
The following path `"$.store.book[?(@.authors[?(@.lastName1)])]"` returns both books despite the fact none has `lastName1` attribute.
Example JSON:
```json
{
"store": {
"book": [
…
-
**Is your feature request related to a problem? Please describe.**
As described here https://github.com/RedisJSON/RedisJSON/issues/56. I want to set a json key with some expiry. However, I understa…
-
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…
-
Hi there. I'm running a 4-shard cluster on EC2 Amazon Linux 2023 instances. About once a day, we are seeing redis crash with this error from the RedisJSON module. This always happens on a master, but …
-
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
-
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…
-
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…
-
How about support for ReJSON https://oss.redislabs.com/redisjson/