Hello,
I'm a new user of your incredible project !
I created a multi-master cluster but I lost time to fix configuration because there are some issues in your HAProxy example configuration, could you provide me the github to fix this ?
Or could you do it if it's a private repo.
Here the change needed to get a fully valid HAProxy configuration file.
URL: https://docs.keydb.dev/docs/haproxy/
Replace #tcp-check expect +OK by #tcp-check expect string +OK
Replace expect string role:acitve-replica by expect string role: acitve-replica
Replace tcp-check expect string role:master by tcp-check expect string role: master
Best Regards,
Thomas
Hello,
I'm a new user of your incredible project !
I created a multi-master cluster but I lost time to fix configuration because there are some issues in your HAProxy example configuration, could you provide me the github to fix this ?
Or could you do it if it's a private repo.
Here the change needed to get a fully valid HAProxy configuration file.
URL: https://docs.keydb.dev/docs/haproxy/
Replace
#tcp-check expect +OKby#tcp-check expect string +OKReplace
expect string role:acitve-replicabyexpect string role: acitve-replicaReplace
tcp-check expect string role:masterbytcp-check expect string role: masterBest Regards,
Thomas