Category "redis-cluster"

Redis cluster with one master and N replica/slave

Is it possible to create a Redis cluster with only 1 master and N slaves/replicas? I tried it and it failed: redis-cli --cluster create 127.0.0.1:7000 127.0.0.1

Using endpoints of AWS ElastiCache for Redis

I am using AWS ElastiCache for Redis as the caching solution for my spring-boot application. I am using spring-boot-starter-data-redis and jedis client to conne

Multiple Redis instances with shared memory

In our project, we want to increase the performance of caching, actually we use a single Redis instance called by multiple microservices. Sometimes the instance

Command to Redis Cluster healthcheck

Is there any windows PowerShell command to check Redis cluster healthcheck running on windows?