By now, we used Redis by installing redis-server
through base::packages
. This works fine as long as Redis is not considered a important part of your setup. As we have a project where Redis is becoming important more and more, we implemented the redis
service, which will not only install redis, but also make sure the daemon is running and the service is monitored locally through Monit and in our global monitoring as well.
For current setups, no change is required, however we will approach all affected customers over the next few days to explain this change in more detail.
Closes #333