]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/developer/redis.rst
Merge pull request #2578 from wallabag/questionmark-icon
[github/wallabag/wallabag.git] / docs / en / developer / redis.rst
index 005d6e4ffa6ca1c2f3754ca4533463dbbb4bf196..ea084e66779d1de6841a559a41a0583c7e1a2ffd 100644 (file)
@@ -28,13 +28,17 @@ The server might be already running after installing, if not you can launch it u
 Configure Redis in wallabag
 ---------------------------
 
-Edit your ``parameters.yml`` file to edit Redis configuration. The default one should be ok:
+Edit your ``app/config/parameters.yml`` file to edit Redis configuration. The default one should be ok:
 
 .. code:: yaml
 
     redis_host: localhost
     redis_port: 6379
 
+Enable Redis in wallabag
+------------------------
+
+In internal settings, in the **Import** section, enable Redis (with the value 1).
 
 Launch Redis consumer
 ---------------------