-
Whether RediSearch + RedisJson supports nested or parent/ Child queries like ElasticSearch?
-
hi,
`git pull https://github.com/RediSearch/redisearch-api-rs.git`
produces nothing else than
`fatal: Not a git repository (or any of the parent directories): .git`
Also, when building redise…
-
Various JSONPath implementations provide a way to get the length of an array but it doesn't appear that RedisJSON does. Unfortunately I can't use `JSON.ARRLEN` for this purpose since I'm trying to use…
-
Filter might return duplicate results when the internal objects are similar.
e.g. input JSON both objects have name == `{"first":"A","middle":"A"}`
```JSON
[{{"name":{"first":"A","middle":"A"}…
-
I have followed the doc to do the Realtime search query. The setup is smooth, and the query has no error.
However, I noticed that all the result of the semantic search query items will have a score…
-
我们的redis是集群 代码用的是RedisCluster类 有什么办法可以适配么
Our Redis is a cluster
The code uses the RedisCluster class
Is there any way to adapt
-
Hello,
I know that, RediSearch version >= 2.2 support RedisJson.
When using redis-om with RediSearch version < 2.2 by mistake and running migrate. **It did not give any error message**, just there…
-
Need to wire up redis and provide basic helpers/utils.
AC:
- [x] Redis connection vars from BepInEx config
- [x] Connect to remote Redis server
- [x] Select indexed DB from Redis server
- [x]…
-
I was able to successfully build and test RedisJSON v2.6.9. I am running Redis 6.2.14 on Amazon Linux 2. Am I missing a setting ?
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel f…
-
**Describe the bug**
in some cases, redis server just become freeze and unresponsive, failed to connect to redis server at all, and can't log in from redis insight at all.
I don't know what exactly …