Files
romm/backend
Michael Manganiello b81fbc5820 fix: Improve handling of Redis URL
This change replaces the creation of Redis URL, from a simple string
interpolation, to using `yarl.URL`. The main benefit, besides not
forgetting to set all five different variables on every Redis client
initialization, is that user credentials are correctly URL-encoded, if
present.

Up until now, if a password had special characters, it could break the
generated URL.

This change also introduces support for a `REDIS_SSL` setting, which
allows the user to specify if the Redis connection should use SSL or not.
2024-10-11 21:41:19 -03:00
..
2024-08-29 15:56:01 -04:00
2024-10-11 21:41:19 -03:00
2024-05-24 12:01:47 -04:00
2024-02-02 17:09:45 -05:00
2024-02-10 12:43:39 -05:00
2024-09-03 21:59:30 -04:00
2024-05-21 10:18:13 -04:00
2024-05-21 10:18:13 -04:00
2024-05-21 10:18:13 -04:00