Error: connect ECONNREFUSED 127.0.0.1:6379
I am getting constant errors in my log showing:
Error: connect ECONNREFUSED 127.0.0.1:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6379
and
Error missing error handler on this redis client
The stream of this errors is constant and makes the log hard to read.
I am on Unraid 6.12.11. My db hostname is correct and I am using imagegenius/mods:universal-redis for redis.
While using Immich I will also get errors like "Failed to load assets".
the redis docker mod might be having some issues, try a seperate redis container for now
have you tried using localhost instead of 127.0.0.1? its technically the same but the documentation calls for 'localhost'
also make sure the variable key is for redis is DOCKER_MODS with value of imagegenius/mods:universal-redis