forked from CGM_Public/pretix_original
Fix #110 -- Turn off process-local cache
This commit is contained in:
@@ -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
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user