-
We are trying to RedisCoordinator with RedisCLuster. But we observe the following crash on slaves as soon as the cluster is started
Could you please suggest what could be wrong here
1:M 14 Feb 202…
-
/kind bug
## What versions of software are you using?
**Operating System:** Win10Pro
**Output of `odo version`:**
```
odo v2.3.0 (089b8ea26)
Server: https://api.sandbox.x8i5.p1.opens…
-
**Symfony version(s) affected**: 5.2.x
**Description**
The `RedisSessionHandler` allows to set two options: `prefix` and `ttl`.
Unfortunately, it looks like these settings are not properly based …
-
I first noticed this when testing something else on a mirroring enabled cluster.
The basic summary is as we turn up the number of operations (-n), the performance degrades pretty significantly, as …
-
Acceptance criteria:
- [x] output format of `odo catalog describe service` and `odo catalog describe service -o json` needs to be the same regardless of where the information about parameters is …
kadel updated
3 years ago
-
` int main() {
ConnectionOptions connection_options;
connection_options.host="xxxxx";
connection_options.port=6001 ;
connection_options.password="xxxxxx" ;
Redi…
-
Does it support connecting to multiple redis clusters?
-
Hello,
First of all, thanks for the nice-written client @sewenew !
I am using Redis stream function on a Redis cluster. And I want to write messages to many streams distributed among the cluster…
-
I am running the below code in the EKS pod.
```redis = "3.5.3"
redis-py-cluster = "2.1.3"
----------------------------
from redis import Redis
from rediscluster import RedisCluster
respClus…
-
I am trying to deploy (to minikube) the latest changes with the following kubectl commands, but the operator pod is crashing with the following errors. Can you please take a look?
kubectl apply -f …