Hi,
I cannot get Envoy to connect successfully to a non-cluster Redis setup. It properly connects to the Redis cluster-mode clusters that I have though.
Does anyone have an example of how to connect to a non-cluster Redis node with Envoy API v3? It seems v2 defaulted to non-cluster mode (standalone redis), but v3 no longer supports it?
After hours of testing a hundred configuration permutations, I got an error back from the node: "ERR This instance has cluster support disabled" which I would expect if I was trying to connect to a non-cluster Redis, but with a cluster enabled client. So how do I configure Envoy to connect as a non-cluster Redis client?!
Thanks so much :)