'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 is down. Is there a way to have multiple Redis instances with shared memory managed by Kubernetes ? Thank you
Solution 1:[1]
you can create redis cluster with at least 3 instanses
https://www.javacodegeeks.com/2015/09/redis-clustering.html#InstallingRedis
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | ezeldin hussein |