Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNIX socket support for REDIS_URL #88

Open
girlbossceo opened this issue Sep 6, 2023 · 1 comment
Open

UNIX socket support for REDIS_URL #88

girlbossceo opened this issue Sep 6, 2023 · 1 comment

Comments

@girlbossceo
Copy link

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?

@jkjoy
Copy link

jkjoy commented Nov 17, 2023

redis://localhost:6379

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants