-
We currently use Elasticsearch for our search indexing. It works great. However, Elasticsearch is heavy to run, and since we already use Redis, I wonder if we should evaluate using the equivalent fe…
-
The Java driver for RedisJSON corrupts encoding when writing a value and then reading it again. Below is the code to reproduce the issue.
```java
// the encoded string
String input = "Commodore’s…
-
see [https://oss.redislabs.com/rejson/](https://oss.redislabs.com/rejson/)
-
Hi,
how set key with expire/timeout?
-
Version: 1.3.1
I know that there are not currently any methods for [rejson aka RedisJSON](https://oss.redislabs.com/redisjson/). This is a feature request for that and question of:
Should it be …
-
-
error msg:
$ cargo build --release
Compiling libc v0.2.93
Compiling autocfg v1.0.1
Compiling cfg-if v1.0.0
Compiling proc-macro2 v1.0.26
Compiling unicode-xid v0.2.1
Compiling memchr v…
-
Hi All,
I'm trying to do filtering on a json data based on this schema: [rfc8345](https://datatracker.ietf.org/doc/html/rfc8345)
Naturally this rfc has dashes in almost all keys which makes thing…
-
I tried running the docker-compose file but it complained: @fnatte
```
$ docker-compose up -d
ERROR: Couldn't find env file: /root/pizza-tribes/.env
[node2] (local) root@192.168.0.7 ~/pizza-tri…
-
Hi everyone,
We discovered that the latest commits in master no longer support loading RDB backups from earlier commits, and get the following error:
```
8:M 21 Apr 2021 14:24:45.394 # The RDB …