Merge pull request #12046 from savonarola/1128-fix-redis-54

[5.4] Fix Redis connector
This commit is contained in:
zhongwencool 2023-11-29 16:06:23 +08:00 committed by GitHub
commit 8ec3857f4d
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, [ {applications, [
kernel, kernel,
stdlib, stdlib,
eredis,
eredis_cluster, eredis_cluster,
emqx_connector, emqx_connector,
emqx_resource 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.