From 92880deeab3b5cdb2d7ed71c3f7788327ab2ae28 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 10 Nov 2016 15:59:32 +0100 Subject: [PATCH] Explicit session_redis must be started in --load --- session_redis/README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/session_redis/README.rst b/session_redis/README.rst index 3f15914..8a05b14 100644 --- a/session_redis/README.rst +++ b/session_redis/README.rst @@ -21,6 +21,10 @@ The storage of sessions in Redis is activated using environment variables. The keys are set to ``session:``. When a prefix is defined, the keys are ``session::`` +This addon must be added in the server wide addons with (``--load`` option): + +``--load=web,web_kanban,session_redis`` + Limitations -----------