-
Not really an issue but more so a question. Is it possible to convert redis output to JSON similar to the RDS to JSON with the postgres module?
Thanks,
Carl
-
### Redis version
6.2.12
### Redisson version
3.21.3
### Redisson configuration
Config config = new Config();
config.useSingleServer()
.setAddress("redis://127.0.0.1:637…
-
Hi, thanks for developed gokv, this is a awesome project.
I request a feature that using one connection string for all supported storage.
**feature request**
I'm using https://github.com/jaredw…
alswl updated
5 months ago
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
This is really awesome job.
Is there any plan to create `terraform-kubernetes-statefulset` similar to `https://github.com/ballj/terraform-kubernetes-deployment` to have shared generic module for th…
-
Hi, I would like to use this package but I get the following error:
```
>>> from celery_redis_sentinel import register
Traceback (most recent call last):
File "", line 1, in
File "/usr/loc…
-
```
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find module '../Errors/RedisError'
Require stack:
- C:\Users\Serak\Desktop\node_embedded\node_modules\Redjs\dist\Data\Data…
-
# .Net Core microservice application with ABP - Distributed Event Bus - Part 9 | Anto | Anto Subash
[https://blog.antosubash.com/posts/netcore-microservice-with-abp-distributed-event-bus-part-9](ht…
-
Some of the problems are
- Not so up-to-date maintained client libraries.
- Client libraries are incomplete and doesn't give much flexibility
- Client libraries using string concatenations to issue…
-
My app experienced an explosion of redis connections after I started using this gem, which is a problem because the redis service I use has a connection cap. It seems that this gem never disconnects …