-
I am trying to load rejson module while running redis server and its causing panic.
redis-server --loadmodule ./rejson.so
Enabled full backtrace, this is the o/p below.
12396:M 26 Jul 07:55:26.…
-
**Crash report**
Paste the complete crash log between the quotes below. Please include a few lines from the log preceding the crash report to provide some context.
Run 1:
```
redis_1 …
-
Am trying to create my index on a array of json but it dosen't seem to work any way.
this is my index =>
```javascript
await redisClient.ft.create(`${indexName}:tt`, {
'$.attributes…
-
Streams are awesome. ReJSON is awesome. I find myself wishing I could store rejson objects in streams. Of course there are ways to use streams alongside rejson but think of how great it would be to do…
-
Since we originally wrote the README for this repo, another option for running it has been added. You can now run both the game and Redis in Docker containers. Previously Redis was in a container an…
-
I try to make cross compile another Rust thing (RedisJSON plugin) but should use specific GLIBC. When compile it in docker I'd receive GLIBC_2.29 on target is libc_2.24.so
Do you have idea how to tel…
-
**Crash report**
Paste the complete crash log between the quotes below. Please include a few lines from the log preceding the crash report to provide some context.
Run 1:
```
redis_1 …
-
When profiling the compile function you can see that a lot of time is wasted on memory allocations.
It seems like most of them can be avoided it the the Parser and the Tokenizer will try to work with…
-
i have json Array stored in redis with rejson.
Now for example only need 2 elements from the array how do i get it?
Am using node.js with iorejson client for node.
I would prefer not to e…
ghost updated
2 years ago
-
The `edge` tag of the docker image was recently updated and it no longer has `JSON.INDEX` command.