searxng/searx/shared
Markus Heiser a6cfab93fa [enh] add redis connector searx/shared/redisdb.py
Add a redis connector, the default DB connector is a socket at::

    unix:///usr/local/searxng-redis/run/redis.sock?db=0

To set up a redis instance simply use::

    $ ./manage redis.build
    $ sudo -H ./manage redis.install

A hint for developers:

To get access rights to this instance, your developer account needs to be added
to the *searxng-redis* group::

    $ sudo -H ./manage redis.addgrp "${USER}"
    # don't forget to logout & login to get member of group

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-01-03 20:56:39 +01:00
..
__init__.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
redisdb.py [enh] add redis connector searx/shared/redisdb.py 2022-01-03 20:56:39 +01:00
shared_abstract.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
shared_simple.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
shared_uwsgi.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00