[Request] Add Redis Cluster support
-
Hello,
From a long time the Redis Cluster is a perfect solution to get ride the limits of a single instance. I have overcome the MemoryStore performance by 240% just with three Redis Cluster nodes, even when they are limited to 0.7 CPU.
PHPRedis is compatible with the RedisCluster from a long time ago too, but I have noticed that looks like the W3TC is not implementing it in any way.
Would be nice to have redis cluster support to increase the performance limit of the plugin. For example, now I’m using the plugin on my site and I can’t activate the Objects Cache and the Fragments Cache because when I do it, the redis collapses. I can use envoy to make it compatible, but I need 10 instances of envoy to manage the requests required to fully use 3 Redis Cluster instances, and I think that would be better to have 5 Redis Cluster instances with 5 slaves instead.
Best regards
- You must be logged in to reply to this topic.