Comments on Install and Secure Redis Server on Debian 10

Redis also know as "Remote Dictionary Server" is an open-source and in-memory database that can be used as a database, cache and message broker. In this tutorial, we will learn how to install and secure Redis on Debian 10 server.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: h2rw

IF you want to use Redis with PHP then you will also need to install the PHP extensions eg

 

[code]

sudo apt install php7.4-redis -y

sudo apt install php8.0-redis -y

sudo apt install php8.1-redis -y

[/code]

By: 18TommyBoy

This install only v6 not v7 :(