Linux

Redis version 7.0.5 or higher is required.

Prerequisites

Before installing the Redis service, ensure the following requirements are met.

RequirementDescription
Operating SystemDebian 12+, Ubuntu 22.04+, Rocky Linux 9+, or RHEL 9+.
Privilegesroot or sudo privileges.
Hardware

2 vCPU

32 GB RAM minimum.

Disk spaceAt 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

  1. Add the repository to the APT index, update it, and install Redis:
Bash
Copy
  1. Access Redis configuration file /etc/redis/redis.conf for editing.
  2. Comment out the bind setting and set protected-mode option to no.
Bash
Copy
  1. Restart Redis.
Bash
Copy
  1. Run the command with Redis CLI.
Bash
Copy
  1. Confirm that the response returned is PONG.
Copy

Rocky, RHEL 9

  1. Create the file /etc/yum.repos.d/redis.repo with the following contents.
Copy
  1. Run the commands.
Bash
Copy
  1. Access Redis configuration file /etc/redis/redis.conf for editing.
  2. Comment out the bind setting and set protected-mode option to no.
Bash
Copy
  1. Restart Redis.
Bash
Copy
  1. Run the command with Redis CLI.
Bash
Copy
  1. Confirm that the response returned is PONG.
Copy
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches