forked from Archives/searxng
73b5a58d9e
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 |
||
---|---|---|
.. | ||
__init__.py | ||
redisdb.py |