-
Firstly great work with this, i used to use this one before: https://github.com/ar51an/unbound-redis but so much involved getting it to work, this docker in unraid is literraly plug and play, so hats …
-
Better to move all of the redis-commands inside query, mutation, or subscritions inside redis scope like such this:
```graphql
query {
redis {
a: _get(key: "a")
}
}
```
-
It would be nice to be able to have the same information about other storages, such as redis or memcache.
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
### Motivation
RedisTimeSeries is a redis module used to operat…
-
**Is your feature request related to a problem? Please describe.**
Our app has many tenants and sometimes tasks fail for one reason or another, it would be helpful to allow tenants to see jobs queued…
-
Hi there, I'm new to Redis. I'm using Redis OM and I'm experiencing an interesting issue. I created a model based off of the JSON response from a web service. It loads data correctly. However, when I …
-
Speed up db queries by caching via redis.
-
Dear OpenGPTs Contributors,
I trust this message finds you in good health and spirits. I have recently embarked upon integrating the persistent storage mechanism for the OpenGPTs project using Redi…
-
### Description
`#slots.rediscover()` is correctly called when `MOVED` or `ASK` reply is received:
https://github.com/redis/node-redis/blob/6f79b49f731a1aaf57f42e16ea72774f062e57a1/packages/cli…
-
To improve security when exposing a DiceDB instance to the open internet, we need to implement TLS support. This will allow encrypted communication between clients and the DiceDB server, protecting da…