Merge pull request #12044 from savonarola/1128-fix-redis-auth-53

[5.3] Fix Redis connector
This commit is contained in:
JianBo He 2023-11-29 09:15:00 +08:00 committed by GitHub
commit 8d105a3f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
{applications, [
kernel,
stdlib,
eredis,
eredis_cluster,
emqx_connector,
emqx_resource

View File

@ -0,0 +1 @@
Fix Redis authorization, authentication, and bridges. Previously connections to Redis servers could not be established because driver was not properly loaded.