Explorar o código

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

[5.4] Fix Redis connector
zhongwencool %!s(int64=2) %!d(string=hai) anos
pai
achega
8ec3857f4d
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      apps/emqx_redis/src/emqx_redis.app.src
  2. 1 0
      changes/ce/fix-12044.en.md

+ 1 - 0
apps/emqx_redis/src/emqx_redis.app.src

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

+ 1 - 0
changes/ce/fix-12044.en.md

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