-
Currently, RediSearch supports JSON indexing by attribute values to my knowledge, but in some cases, I need to index mappings by keys.
This issue is a request for enhancement to support "\~" syntax…
-
I'm running Redis 7.0.10 / RediSearch v2.6.9.
Searching for strings containing a . works as expected:
```
> hset paramsDemo:noDot host "example.com"
(integer) 1
> FT.CREATE paramsDemo on HA…
-
I have generated a redis url redis://:Primary Key from Azure Cache @Hostname for Azure cache:6379
But after running code it gives redis.exceptions.ResponseError: unknown command `MODULE`, with args…
-
The current implementation predates the stable APIs, and needs to be updated. the current `jredisearch` library has also been deprecated in favour of jredis.
References:
- https://redis.io/docs/…
-
-
The OM encounters an error when using the search functionality. The cause is unknown, and has only started happening recently, when we deployed to prod. We never encountered this during development. T…
-
Using following dockerfile
```
FROM ubuntu:20.04
ENV NODEJS_VERSION=16
RUN set -ex \
&& apt-get update -y && apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get i…
-
My Code:
`repo := om.NewJSONRepository("", Event{}, memcachedb.RueidisCLient, om.WithIndexName("jsonidx:EVENTS"))
total, records, err := repo.Search(ctx, func(search om.FtSearchIndex) rueidis.Compl…
-
1. Create cluster
2. Upgrade kb
```
➜ ~ kbcli kubeblocks upgrade --version 0.8.0-beta.8
Current KubeBlocks version 0.7.2-beta.28.
Kubernetes version 1.27.3
Kubernetes provider GKE
kbcli versio…
-
### Is your feature request related to a problem? Please describe.
Redis as Vector Store is already available, it will be good if it can be added as Cache Storage as well.
### Describe the solution…