Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Mention CLCACHE_MEMCACHED environment variable in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Frerich Raabe committed May 24, 2017
1 parent f5a8d4d commit 05e2ec4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 05e2ec4

Please sign in to comment.