diff --git a/README.md b/README.md
index 2ade22c775b06cb1a2a6ed07fec394e52627df76..0f128cfad07acfef5f44da004febdc30f1f736c1 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ It is possible to horizontally scale the UI Middleware, as more clients are fetc
 | `port`          | Exposed port                    | `"8080"` |
 | `cacheTTL`      | Vite manifest caching time      | `30000`  |
 | `logLevel`      | Pino log level                  | `"info"` |
+| `redis.enabled` | Global switch Redis integration |  false   |
 | `redis.host`    | Redis host                      |          |
 | `redis.port`    | Redis port (optional)           | `6379`   |
 | `redis.db`      | Redis DB, e.g. `"1"` (optional) | null     |