From 9d8a42111f99b43277448ab4efcc65a84dc92707 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 28 Feb 2025 21:18:05 +0800 Subject: [PATCH] Add tip for dynamic configuration updates of Redis --- docs/content/providers/redis.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/providers/redis.md b/docs/content/providers/redis.md index 309531423..6dded2637 100644 --- a/docs/content/providers/redis.md +++ b/docs/content/providers/redis.md @@ -10,6 +10,12 @@ A Story of KV store & Containers Store your configuration in Redis and let Traefik do the rest! +!!! tip "Dynamic configuration updates" + + Dynamic configuration updates require Redis [keyspace notifications](https://redis.io/docs/latest/develop/use/keyspace-notifications) to be enabled. + Cloud-managed Redis services (e.g., GCP Memorystore, AWS ElastiCache) may disable this by default due to CPU performance issues. + For more information, see the [Redis](https://redis.io/docs/latest/develop/use/keyspace-notifications/) documentation or refer to your cloud provider's documentation for specific configuration steps. + ## Routing Configuration See the dedicated section in [routing](../routing/providers/kv.md).