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 -----------