Fix #110 -- Turn off process-local cache

This commit is contained in:
Raphael Michel
2016-11-29 17:19:05 +01:00
parent 248ab25567
commit f8b38dca82
3 changed files with 22 additions and 37 deletions

View File

@@ -201,6 +201,10 @@ You can use an existing memcached server as pretix's caching backend::
If no memcached is configured, pretix will use Django's built-in local-memory caching method.
.. note:: If you use memcached and you deploy pretix across multiple servers, you should use *one*
shared memcached instance, not multiple ones, because cache invalidations would not be
propagated otherwise.
Redis
-----