Is it possible to have a multi-master redis setup running behind a haproxy / nutcracker?
I want to achieved that wherever the proxy throws the request, they can do both read and write.
Any help will be much appreciated.
Is it possible to have a multi-master redis setup running behind a haproxy / nutcracker?
I want to achieved that wherever the proxy throws the request, they can do both read and write.
Any help will be much appreciated.
It's not possible in terms of Redis master/slave. Redis support replication from master to N slaves. One slave server support just one master server. But in haproxy you can configure TCP proxy to any count of Redis nodes to achieve parallel command processing.