You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'd like to use a UNIX socket in my REDIS_URL, mainly for an additional security benefit but all variations of using a direct path in the REDIS_URL yaml key do not work.
Hi, I'd like to use a UNIX socket in my REDIS_URL, mainly for an additional security benefit but all variations of using a direct path in the REDIS_URL yaml key do not work.
Sep 06 00:56:53 plus.st relay[847477]: FATA[0000] REDIS_URL: invalid redis URL path: /run/redis/redis.sock
I have tried:
REDIS_URL: redis:///run/redis/redis.sock
REDIS_URL: redis:///run/redis/redis.sock:6379
REDIS_URL: unix:///run/redis/redis.sock
REDIS_URL: redis://@/run/redis/redis.sock
And none of them work. Is there something wrong I'm doing? If not, can UNIX support be added?
The text was updated successfully, but these errors were encountered: