fix(redis): start and load eredis app
This commit is contained in:
parent
3b1ae0f3df
commit
e5508105c7
|
@ -5,6 +5,7 @@
|
|||
{applications, [
|
||||
kernel,
|
||||
stdlib,
|
||||
eredis,
|
||||
eredis_cluster,
|
||||
emqx_connector,
|
||||
emqx_resource
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Fix Redis authorization, authentication, and bridges. Previously connections to Redis servers could not be established because driver was not properly loaded.
|
Loading…
Reference in New Issue