1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Update dependencies for v2.9

This commit is contained in:
Jeremy Stretch
2020-07-16 11:28:19 -04:00
parent 5cfc4ec3a0
commit a4829198ff
2 changed files with 13 additions and 10 deletions

View File

@@ -4,6 +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).
!!! note
NetBox v2.9.0 or later requires Redis v4.0 or higher.
### Ubuntu
```no-highlight