From 51e6b02aa9ba0712729f3ff9d992cb5e8c64a16f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 19 Jan 2022 15:24:44 +0100 Subject: [PATCH] Docs: Remove mention of local cache backend --- doc/admin/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/config.rst b/doc/admin/config.rst index 60df4d8b3..d508fb952 100644 --- a/doc/admin/config.rst +++ b/doc/admin/config.rst @@ -282,7 +282,7 @@ You can use an existing memcached server as pretix's caching backend:: ``location`` The location of memcached, either a host:port combination or a socket file. -If no memcached is configured, pretix will use Django's built-in local-memory caching method. +If no memcached is configured, pretix will use redis for caching. If neither is configured, pretix will not use any caching. .. 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