Using Redis for caching on Rocky Linux 10 is not as straight forward as it looks. The Redis package is removed from the official repositpories and if you want to install it you need Remi repo, which is one of the option to run Redis. However I decided to go for another option and install it in container. Because I will use it only locally, the port is not open in firewalld.
[Read More]Problems and solutions
In this blog we are sharing solutions to problems we are dealing with on a daily basis. Our lead principle when looking for a solution is to be as simple as possbile or as it is known - KISS principle.