aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer/redis.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/developer/redis.rst')
-rw-r--r--docs/en/developer/redis.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/en/developer/redis.rst b/docs/en/developer/redis.rst
index 005d6e4f..67b6452e 100644
--- a/docs/en/developer/redis.rst
+++ b/docs/en/developer/redis.rst
@@ -35,6 +35,10 @@ Edit your ``parameters.yml`` file to edit Redis configuration. The default one s
35 redis_host: localhost 35 redis_host: localhost
36 redis_port: 6379 36 redis_port: 6379
37 37
38Enable Redos in wallabag
39------------------------
40
41In internal settings, in the **Import** section, enable Redis (with the value 1).
38 42
39Launch Redis consumer 43Launch Redis consumer
40--------------------- 44---------------------