-
Need example. Thank you in advance.
-
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 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":…
-
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…
-
I may be being a little bit dense but I'm having a go at porting some lua scripts over to rust and I've got a barebone setup and I'm having trouble reading keys etc from within the tests as the contex…
-
Not a bug, but there wasn't any other options:
Is there any way to add the RediSearch module? I use RedisInsight and when I click on any of the module options it tells me to install them, but I can…
-
```
#include
#include …
-
does this client allow one to use the RedisJSON module?
https://github.com/RedisJSON/RedisJSON
thanks
ITwrx updated
4 years ago
-
Hi,
Can redis-plus-plus support RedisJSON (https://github.com/RedisJSON/RedisJSON)?