-
### Name and Version
bitnami/redis-cluster 11.0.8
### What architecture are you using?
amd64
### What steps will reproduce the bug?
```console
$ kubectl version
Client Version: version.…
-
Hey, I'm facing an issue with connecting to Redis Cluster (using SSL) using Celery '5.4.0'. I have this configuration:
```python
app = Celery(
'tasks',
broker=f'rediss://:{password}@{hos…
-
Module: camellia-redis-client(CamelliaRedisTemplate)
Content: support redis-cluster-slaves, so you can read from slaves transparent
- [x] camellia-redis (CamelliaRedisTemplate) (jedis2.9.3)
- [x…
-
Is it possible to use this operator to create a dragonfly cluster in cluster mode?
-
**Description**
Explore different options for accessing managed and local Redis instances from the Kyma cluster.
**Reasons**
Some teams that want to migrate to Kyma use Redis. Redis as t…
-
*Title*: Change Redis cluster discovery to use CLUSTER_SHARDS API
*Description*:
Currently Envoy uses [CLUSTER_SLOTS](https://redis.io/docs/latest/commands/cluster-slots/) to fetch cluster topolog…
-
### Name and Version
bitnami/redis 20.3.0
### What architecture are you using?
None
### What steps will reproduce the bug?
1. Create k8s cluster using [kind](https://kind.sigs.k8s.io/)
```
kin…
-
am currently trying to use OneTimeSecret with a Redis Cluster setup, but I am facing issues because the application does not support Redis URI configuration. This limitation prevents me from connecti…
-
Module: camellia-redis-client
Version: 1.2.27
Content: 我们在用camellia-redis-client 作为JedisClient 访问 redis-cluster集群时,期望能够实现读写分离。
但是我使用 redis-cluster-slaves://时, 发现并不支持。。。
请问下, 我该怎么做?
-
# Background
Enterprise customers typically deploy Redis in cluster mode for production environments to ensure high availability and scalability. Wave's current Redis deployment only supports stand…