Ticket #16056: 16056-cache-docs.patch

File 16056-cache-docs.patch, 758 bytes (added by Dougal Matthews, 13 years ago)
  • docs/topics/cache.txt

    diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
    index 45f295f..070c669 100644
    a b One excellent feature of Memcached is its ability to share cache over multiple  
    116116servers. This means you can run Memcached daemons on multiple machines, and the
    117117program will treat the group of machines as a *single* cache, without the need
    118118to duplicate cache values on each machine. To take advantage of this feature,
    119 include all server addresses in :setting:`BACKEND <CACHES-BACKEND>`, either
     119include all server addresses in :setting:`LOCATION <CACHES-LOCATION>`, either
    120120separated by semicolons or as a list.
    121121
    122122In this example, the cache is shared over Memcached instances running on IP
Back to Top