From 08876df7c258ac3d1c8571b954799fcdc056723b Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 30 Mar 2022 20:21:37 +0200 Subject: [mod] collection of redis functions and lua scripts (initial) Signed-off-by: Markus Heiser --- docs/conf.py | 1 + docs/src/searx.redislib.rst | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 docs/src/searx.redislib.rst (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 0e2244a2e..86ec2e460 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -139,6 +139,7 @@ intersphinx_mapping = { "jinja": ("https://jinja.palletsprojects.com/", None), "linuxdoc" : ("https://return42.github.io/linuxdoc/", None), "sphinx" : ("https://www.sphinx-doc.org/en/master/", None), + "redis": ('https://redis.readthedocs.io/en/stable/', None), } issues_github_path = "searxng/searxng" diff --git a/docs/src/searx.redislib.rst b/docs/src/searx.redislib.rst new file mode 100644 index 000000000..b4604574c --- /dev/null +++ b/docs/src/searx.redislib.rst @@ -0,0 +1,8 @@ +.. _searx.redis: + +============= +Redis Library +============= + +.. automodule:: searx.redislib + :members: -- cgit v1.2.3