Closes #19327: Remove CentOS installation instructions (#19328)

This commit is contained in:
Jeremy Stretch
2025-04-25 16:05:08 -04:00
committed by GitHub
parent 8bd8f28cb9
commit a0006632a7
5 changed files with 22 additions and 87 deletions

View File

@@ -4,18 +4,9 @@
[Redis](https://redis.io/) is an in-memory key-value store which NetBox employs for caching and queuing. This section entails the installation and configuration of a local Redis instance. If you already have a Redis service in place, skip to [the next section](3-netbox.md).
=== "Ubuntu"
```no-highlight
sudo apt install -y redis-server
```
=== "CentOS"
```no-highlight
sudo yum install -y redis
sudo systemctl enable --now redis
```
```no-highlight
sudo apt install -y redis-server
```
Before continuing, verify that your installed version of Redis is at least v4.0: