diff --git a/docs/root/intro/arch_overview/other_protocols/redis.rst b/docs/root/intro/arch_overview/other_protocols/redis.rst index cfe2a45b77b43..0349a0d8b888c 100644 --- a/docs/root/intro/arch_overview/other_protocols/redis.rst +++ b/docs/root/intro/arch_overview/other_protocols/redis.rst @@ -62,10 +62,10 @@ close map to 5xx. All other responses from Redis are counted as a success. .. _arch_overview_redis_cluster_support: -Redis Cluster Support (Experimental) ----------------------------------------- +Redis Cluster Support +--------------------- -Envoy currently offers experimental support for `Redis Cluster `_. +Envoy offers support for `Redis Cluster `_. When using Envoy as a sidecar proxy for a Redis Cluster, the service can use a non-cluster Redis client implemented in any language to connect to the proxy as if it's a single node Redis instance.