Title
Create new category
Edit page index title
Edit category
Edit link
Linux
Redis version 7.0.5 or higher is required.
Prerequisites
Before installing the Redis service, ensure the following requirements are met.
Requirement | Description |
|---|---|
Operating System | Debian 12+, Ubuntu 22.04+, Rocky Linux 9+, or RHEL 9+. |
Privileges |
|
Hardware | 2 vCPU 32 GB RAM minimum. |
Disk space | At least 50 GB of available storage. |
Network access | Required port is open (default port: 6379). A minimum network bandwidth of 1 Gbps is required. A bandwidth of 5 Gbps or higher is strongly recommended for production deployments. |
Debian/Ubuntu
Add the repository to the APT index, update it, and install Redis:
Access Redis configuration file
/etc/redis/redis.conffor editing.Comment out the
bindsetting and setprotected-modeoption to no.
Restart Redis.
Run the command with Redis CLI.
Confirm that the response returned is PONG.
Rocky, RHEL 9
Create the file
/etc/yum.repos.d/redis.repowith the following contents.
Run the commands.
Access Redis configuration file
/etc/redis/redis.conffor editing.Comment out the
bindsetting and setprotected-modeoption to no.
Restart Redis.
Run the command with Redis CLI.
Confirm that the response returned is PONG.