-
I'm using JSON.ARRAPPEND to append GeoJSON features as they are received to a GeoJSON LineString coordinates array and corresponding properties
array length are < 5000
redis-server becomes CPU…
-
Hitting the below error after issuing cargo build --release command.
********************
Compiling jsonpath_lib v0.2.5 (https://github.com/RedisJSON/jsonpath.git?branch=public-parser#8cd86ae9)
…
-
Hi Team,
I wanted to understand why there are limited helpers on numbers, meaning why can't have
- NUMDCRBY -> to decrement by number
helpers for boolean
- Toggle -> to toggle a Boolean value.
-
I have successfully loaded RedisJSON module and I am able to use json.set command in redis-cli
but getting Err unknown command `json.index`
and Err unknown command `json.qget`
-
Hi there,
Reporting an issue on behalf of another organization in which the modules are not being saved on the DB creation. Everything in the DB creation is correct except for the missing modules.
…
-
Need example. Thank you in advance.
-
Hi Team,
I would like to filter an item via "uid" from key "D" which is a JSON.array
```json
{
"MTYxNTkwMTY5Mzk2Nw-meet": {
"A": [],
"B": "discussion",
"C": "created",
"D":…
-
Opendatacam uses MongoDB as a backend database. Today Redis comes with Redis Modules like RedisJSON. The RedisJSON module is [open source](https://github.com/RedisJSON/RedisJSON/) & provides in-memory…
-
Hi,
Is it possible to set/get nested json key value?
-
redis.addCommand(); is not available, so that we can't add the reJson commands in it.
like:
var redis = require("redis-mock")
var rejson = require('redis-rejson');
rejson(redis);
rclient = re…