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
..
2022-06-03 15:41:52 +02:00
2022-11-06 20:35:30 +01:00
2022-11-05 12:04:50 +01:00
2022-11-07 22:08:32 +00:00
2022-10-28 10:17:56 +02:00
2022-09-17 11:25:14 +03:00
2022-07-30 18:04:44 +02:00
2022-11-05 21:26:15 +00:00
2022-07-30 18:04:44 +02:00
2022-11-05 12:04:50 +01:00