-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. create redis cluster
```
kubectl apply -f -
-
*Description*:
I have a redis cluster with 3 shards (1 master per shard as the PoC). The cluster sits inside the Kubernetes where EG is installed as well. Is it possible to use the CRDs this helm cha…
-
## Spring이 Redis를 택한 이유? with Memcached
1. 왜 RDBMS 말고 NoSQL을?
- horizontal scalability + speed (확장성 + 속도)
- 캐싱은 속도가 중요하기 때문에 RDBMS가 적합하지 않다.
2. NoSQL인 Redis, Memcached 중 왜 Redis를?
- 저…
-
## Redis Replication
Redis Replication은 Master & Slave로 구성되어 있고, Sentinel이나 Cluster를 구축하지 않는 이상 Slave는 Master의 복제본이 된다. 즉, 고가용성은 구현하지 않고 그냥 복제만 하는 구조다. 이 시스템은 아래 세 가지 매커니즘을 지원한다.
1. master - slave가 …
-
Take a look at https://github.com/StackExchange/StackExchange.Redis/issues/2506#issuecomment-1766858459 and consider to change Redis implemtation to provide a better Redis clustered usage.
-
### Description
Hi, I read the doc about running with docker-compose, but I noticed that some service like mysql, redis(-cluster) are exported to the host which I believe is not best practise due to …
-
_Redis Version: v7.0.12_
Hello.
I have deployed a Redis Cluster in my Kubernetes Cluster using `ot-helm/redis-operator` with the following values:
```yaml
redisCluster:
redisSecret:
…
-
What's the best way to spawn a Redis Cluster with a couple of nodes?
Happy to donate, if this need development.
-
Right now redis clustering is hard coded to be off. We should allow users to control this with an environment variable.
**COS**
- Add `REDIS_CLUSTERED_MODE` environment variable
- Update `packages/ba…
-
**The problem/use-case that the feature addresses**
After a rolling upgrade of a cluster, if some problem is found, such as CPU or memory usage or some bug, the administrator wants to be able to a …