searxng/searx/shared
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
2022-11-07 22:08:32 +00:00
..
__init__.py The checker requires Redis 2022-11-05 12:04:50 +01:00
redisdb.py [FIX] Redis initialization 2022-11-07 22:08:32 +00:00