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
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
..
answerers [format.python] initial formatting of the python code 3 years ago
data Update searx.data - update_languages.py 3 years ago
engines Merge pull request #613 from return42/pylint-bing-images 3 years ago
metrics [format.python] initial formatting of the python code 3 years ago
network [format.python] initial formatting of the python code 3 years ago
plugins [format.python] initial formatting of the python code 3 years ago
search [format.python] initial formatting of the python code 3 years ago
shared [enh] add redis connector searx/shared/redisdb.py 3 years ago
static Merge pull request #610 from return42/img-load-error 3 years ago
templates [fix] lazy loading of <img> tags 3 years ago
translations [translations] update from Weblate 3 years ago
__init__.py [format.python] initial formatting of the python code 3 years ago
autocomplete.py [format.python] initial formatting of the python code 3 years ago
exceptions.py [format.python] initial formatting of the python code 3 years ago
external_bang.py [pylint] fix global-variable-not-assigned issues 3 years ago
external_urls.py [format.python] initial formatting of the python code 3 years ago
flaskfix.py [format.python] initial formatting of the python code 3 years ago
languages.py Update searx.data - update_languages.py 3 years ago
locales.py [format.python] initial formatting of the python code 3 years ago
preferences.py [format.python] initial formatting of the python code 3 years ago
query.py [format.python] initial formatting of the python code 3 years ago
results.py [format.python] initial formatting of the python code 3 years ago
settings.yml [enh] add redis connector searx/shared/redisdb.py 3 years ago
settings_defaults.py [enh] add redis connector searx/shared/redisdb.py 3 years ago
settings_loader.py [format.python] initial formatting of the python code 3 years ago
unixthreadname.py [format.python] initial formatting of the python code 3 years ago
utils.py [format.python] initial formatting of the python code 3 years ago
version.py [format.python] initial formatting of the python code 3 years ago
webadapter.py [format.python] initial formatting of the python code 3 years ago
webapp.py [mod] implement is_hmac_of() in webutils / close to new_hmac() 3 years ago
webutils.py [mod] implement is_hmac_of() in webutils / close to new_hmac() 3 years ago