Skip to content

Redis Installation

Installation

To install Redis, use the following:

apt install php8.3-redis

Firewall Configuration

Configure the firewall rules to only allow inbound traffic on ports: - Inbound - 6379 from the webservers

As this service currently runs on a webserver, no other configuration is needed, and should have been covered in the webserver installation, following firewall configuration, so there shouldn't be anything else needed to be done.

If Redis is Moved to Dedicated Server

If the Redis server is moved to its own dedicated server, the following must also be completed: - Inbound - 22 from the Bastion

Last modified by: Unknown