From d67bb2234261efbedfd5c033ba236a9ef0a60434 Mon Sep 17 00:00:00 2001 From: Joel Bastos Date: Fri, 29 May 2020 00:28:55 +0100 Subject: [PATCH] docs: typo on configuration doc (#800) Correct memcached name --- docs/configuration/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/readme.md b/docs/configuration/readme.md index 572cc31b7..9afcb67f1 100644 --- a/docs/configuration/readme.md +++ b/docs/configuration/readme.md @@ -794,7 +794,7 @@ CacheStore is the name of session cache backend to use. ### Autocache -[Autocache](https://github.com/pomerium/autocache) is the default session store. Autocache is based off of distributed version of [memecached](https://memcached.org/), called [groupcache](https://github.com/golang/groupcache) made by Google and used by many organizations like Twitter and Vimeo in production. Autocache is suitable for both small deployments, where it acts as a embedded cache, or larger scale, distributed installs. +[Autocache](https://github.com/pomerium/autocache) is the default session store. Autocache is based off of distributed version of [memcached](https://memcached.org/), called [groupcache](https://github.com/golang/groupcache) made by Google and used by many organizations like Twitter and Vimeo in production. Autocache is suitable for both small deployments, where it acts as a embedded cache, or larger scale, distributed installs. When deployed in a distributed fashion, autocache uses [gossip](https://github.com/hashicorp/memberlist) based membership to manage its peers.