From 6111dfa7abc65f65aa308316437b87da0739f832 Mon Sep 17 00:00:00 2001 From: Roy Chiang Date: Mon, 2 Aug 2021 08:24:52 -0700 Subject: [PATCH] Update docs/components/store.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Giedrius Statkevičius Signed-off-by: Roy Chiang --- docs/components/store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/store.md b/docs/components/store.md index 51694b229e3..2d320341b96 100644 --- a/docs/components/store.md +++ b/docs/components/store.md @@ -295,7 +295,7 @@ config: The **required** settings are: -- `addresses`: list of memcached addresses, that will get resolved with the [DNS service discovery](../service-discovery.md/#dns-service-discovery) provider. If your cluster supports auto-discovery, you should use the flag `auto_discovery` instead. +- `addresses`: list of memcached addresses, that will get resolved with the [DNS service discovery](../service-discovery.md/#dns-service-discovery) provider. If your cluster supports auto-discovery, you should use the flag `auto_discovery` instead and only point to _one of_ the memcached servers. This typically means that there should be only one address specified that resolves to any of the alive memcached servers. Use this for Amazon ElastiCache and other similar services. While the remaining settings are **optional**: