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]