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
Alexandre FLAMENT 73b5a58d9e [FIX] Redis initialization
redis.Redis.from_url(url) doesn't check if the url is valid

Before this commit: actual error are detected later when the client is actually used.
With this commit, client() makes sure to return a valid Redis client or None.

Also, the code makes sure not to log the password of the Redis URL
2 years ago
..
answerers
data Merge pull request #1905 from searxng/update_data_update_ahmia_blacklist.py 2 years ago
engines Merge pull request #1882 from fehho/metacpan 2 years ago
infopage
metrics
network Update network.py 2 years ago
plugins The checker requires Redis 2 years ago
search Initialize Redis in searx/webapp.py 2 years ago
shared [FIX] Redis initialization 2 years ago
static [build] /static 2 years ago
templates/simple
translations [translations] update from Weblate 2 years ago
__init__.py
autocomplete.py
babel_extract.py
compat.py
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
languages.py
locales.py searx.locale: add Dhivehi language 2 years ago
preferences.py
query.py
redislib.py
results.py
searxng.msg
settings.yml Merge pull request #1882 from fehho/metacpan 2 years ago
settings_defaults.py Initialize Redis in searx/webapp.py 2 years ago
settings_loader.py
unixthreadname.py
utils.py
version.py
webadapter.py
webapp.py The checker requires Redis 2 years ago
webutils.py