From 768bfffecdbd42abfdcd52fc3201e9ae0a753684 Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Tue, 16 Nov 2021 22:44:12 +0000 Subject: [PATCH] redis cluster: remove experimental from docs Known large scale production use. Signed-off-by: Matt Klein --- docs/root/intro/arch_overview/other_protocols/redis.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.