docs: add change log entry

This commit is contained in:
Kjell Winblad 2024-06-20 11:38:31 +02:00 committed by Thales Macedo Garitezi
parent 6190192cbc
commit 31509f02cc
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Improved error handling for Redis connectors. Previously, Redis connectors of type single or sentinel would always encounter a timeout error during the connector test in the dashboard if no username or password was provided. This update ensures that users now receive an informative error message in such scenarios. Additionally, more detailed error information has been added for all Redis connector types to enhance diagnostics and troubleshooting.