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.

How to run Redis on Rocky Linux 10

Using Redis for caching on Rocky Linux 10 is not as straight forward as it looks. The Redis package is removed from the official repositories and if you want to install it you need Remi repo, which is one of the options to run Redis. However in this case we will go for another option and install it in a container. Redis will be used only locally so no authentication will be configured.

[Read More]