Docker Using Docker containers as Systemd services If you've read any of my recent posts, you'll know I've recently swithed from MacOSX to Linux. One of the things this has done is made me realise just how much stuff I had installed with brew on MacOSX - for example; Redis [https:
Redis Redis + Sentinel behind HAProxy Just a quick note, I recently worked out how to have a single IP for your Redis set. Take the following scenario where you have three Redis instances, one master and two slaves. You also have three Redis sentinels which are managing the master/slave state of this set. I