-
The image looks promising, but I'm facing this issue, even after docker login.
```
> bash scripts/bootstrap.sh latest
Starting redis-zero
hhvwrbkf8nym98fw11bhs5wlt
overall progress: 1 out of 1 …
-
**[Erez Levy](https://jira.spring.io/secure/ViewProfile.jspa?name=erezlevy)** opened **[DATAREDIS-846](https://jira.spring.io/browse/DATAREDIS-846?redirect=false)** and commented
the auto configurati…
-
### Welcome!
- [X] Yes, I have searched for similar issues on [GitHub](https://github.com/EvolutionAPI/evolution-api/issues) and found none.
### What did you do?
After deploying Evolution 2.1.0 wit…
-
We're having issues, particularly when our server (IIS / ASP.Net 8.0) is under heavy load, where the creation of the `ConnectionMultiplexer` becomes a blocking thread for many other threads. Below is …
-
**OS:** Debian GNU/Linux 9.5 (stretch)
**Redis:** v=5.0.0
**VENV:**
celery==4.2.1
celery-once==2.0.0
eventlet==0.24.1
gevent==1.3.7
redis==2.10.6
Redis running on local machine (custom instance with …
-
### Please try to fill out as much of the information below as you can. Thank you!
- [X] Yes, I've searched similar issues on GitHub and didn't find any.
### Which version contains the bug?
2…
citfs updated
1 month ago
-
### Describe the bug
Guten Morgen,
leider kann ich das Docker Image "gateway" nicht starten. Ich erhalte die folgende Fehlermeldung:
`2024-01-29T11:37:46.091386877Z Doing db initialization
…
-
I need to create an API Gateway that works with Kafka Out of The Box, has integrated logging and monitoring, health checks and works like a simple Rest Api / Reverse Proxy.
Also Server Sent Events, W…
-
I use this code to create cluster, but it has a problem:
```
cluster, err := clust.NewCluster(
&clust.Options{
StartNodes: []string{"10.151.3.24:6379", "10.151.3.24:6383", "10.151.3.24:6381…
-
**Bug description**
deserialization. Currently, ChatMemory only implements a memory-based dialogue cache storage. I wanted to implement a Redis-based cache for Memory in my project, but I encountered…