* Added more description in PAPERLESS_REDIS
* More Information on Redis
* Update configuration.rst
* Changed <ip> to <host>
Same as in the Documentation of Redis
* Edited the link
Linking directly to the Securing Redis part
PAPERLESS_REDIS=<url>
This is required for processing scheduled tasks such as email fetching, index
optimization and for training the automatic document matcher.
+
+ * If your Redis server needs login credentials PAPERLESS_REDIS = ``redis://<username>:<password>@<host>:<port>``
+
+ * With the requirepass option PAPERLESS_REDIS = ``redis://:<password>@<host>:<port>``
+
+ `More information on securing your Redis Instance <https://redis.io/docs/getting-started/#securing-redis>`_.
Defaults to redis://localhost:6379.