From 05e2ec4b960cf3d4a78e2fdbce245e4f16a4014f Mon Sep 17 00:00:00 2001 From: Frerich Raabe Date: Wed, 24 May 2017 08:22:30 +0200 Subject: [PATCH] Mention CLCACHE_MEMCACHED environment variable in README --- README.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 727d1e66..19af0219 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -96,6 +96,12 @@ CLCACHE_SERVER:: running `clcachesrv.py` script which takes care of caching file hashes. This greatly improves performance of cache hits, but only has an effect in direct mode (i.e. when `CLCACHE_NODIRECT` is not set). +CLCACHE_MEMCACHED:: + This variable can be used to make clcache use a + memcached[https://memcached.org/] backend for saving and restoring cached + data. The variable is assumed to hold the host and port information of the + memcached server, e.g. `127.0.0.1:11211`. + Known limitations ~~~~~~~~~~~~~~~~~