You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
__init__.py [format.python] initial formatting of the python code 3 years ago
redisdb.py [enh] add redis connector searx/shared/redisdb.py 3 years ago
shared_abstract.py [format.python] initial formatting of the python code 3 years ago
shared_simple.py [format.python] initial formatting of the python code 3 years ago
shared_uwsgi.py [format.python] initial formatting of the python code 3 years ago