2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-13 07:33:36 +00:00

Fix broken redis link (#11502)

This commit is contained in:
Oliver
2026-03-13 01:02:00 +11:00
committed by GitHub
parent 98b56e1a49
commit bc0ab35a8b

View File

@@ -122,7 +122,7 @@ InvenTree uses the [Redis](https://redis.io/) cache server to manage cache data.
!!! info "Redis on Docker" !!! info "Redis on Docker"
Docker adds an additional network layer - that might lead to lower performance than bare metal. Docker adds an additional network layer - that might lead to lower performance than bare metal.
To optimize and configure your redis deployment follow the [official docker guide](https://redis.io/docs/getting-started/install-stack/docker/#configuration). To optimize and configure your redis deployment follow the [official docker guide](https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/).
!!! tip "Enable Cache" !!! tip "Enable Cache"
While a redis container is provided in the default configuration, by default it is not enabled in the InvenTree server. You can enable redis cache support by following the [caching configuration guide](./config.md#caching) While a redis container is provided in the default configuration, by default it is not enabled in the InvenTree server. You can enable redis cache support by following the [caching configuration guide](./config.md#caching)