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).