Tag: High Availability
-
Haproxy maps
Haproxy is one of the best reverse proxy servers out there (saying that after year of using it for various personal and work related projects … some quite creative I’d say … ) and when I heard about its “maps” functionality (combined with the admin socket and the hitless reload functionality) I immediately realised that…
-
Redis cluster – Cristian style
I’ve been looking into getting some form of in memory caching for my sites BUT at same time do it in a way in which data would still be there in case of a crash and also do it HA style to be able to do maintenance on it without having some form of service…