-
bitnami/redis-cluster:7.4.0
-
### Mautic Series
5.1.x series
### Mautic installed version
5.1.1
### Way of installing
I downloaded a release from https://www.mautic.org/mautic-releases
### PHP version
8.2.4
### What browse…
-
## Bug Report
We have seen an issue whether thread has got stuck waiting for getConnection future to complete. Looks like it is waiting for method connectClusterAsync to complete but is not timing …
-
C++可以原生用。再用brpc写一个原始redis协议到cluster协议的proxy,供其他语言的server同机或同容器部署。
优点:
* 官方方案会持续更新。
* 没有走网络流量的proxy层,省延时、带宽。C++实现开销最小化。
* proxy比较轻,侵入性不大,开发和部署都相对简单,可控。
缺点:
* Redis cluster的运维、扩容、debugging复杂度较…
-
我看到go-zero的redis底层调用了go-redis库,但是并未开放最大连接池和最小连接池。
希望开一个口子去填写连接池个数
-
# 🚀 feature request
### Relevant Rules
The `whl_installer` Python program needs to be updated.
### Description
whl_installer should be aware of the selected full Python version (..) when r…
-
**Branch/Environment/Version**
- Branch/Version: 5.4
- Environment: Docker container in Kubernetes
**Describe the bug**
We have been running tyk-gateway inside the docker container, on Kubernet…
-
go-redis v9 stopped supporting `__redis__:invalidate` messages in pubsub channels
## Expected Behavior
Pubsub allows receiving `invalidate` messages from the subscription on `__redis__:inv…
-
Hello redlock team,
I just started to use redlock yesterday.
After I restart my redis server, I get this error when using `Redlock::Client lock`
```
Redis::CommandError: NOSCRIPT No matching …
-
**Describe your question**
I need Sentinel to be able to connect to the master while having TLS enabled. Which is currently not happening.
I can connect to the sentinel using the following c…