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

Suggested Redis socket configuration not working #74

Open
melissaboiko opened this issue Aug 25, 2021 · 0 comments
Open

Suggested Redis socket configuration not working #74

melissaboiko opened this issue Aug 25, 2021 · 0 comments

Comments

@melissaboiko
Copy link

Current install docs say:

If you are using a Unix socket for Redis, then:

  • Set REDIS_HOST to the path of the socket, e.g. /run/redis/redis.sock
  • Set REDIS_PORT to null

What worked for me was rather:

REDIS_SCHEME=unix
REDIS_PATH=/run/redis/redis-server.sock
# REDIS_HOST=
# REDIS_PORT=
# REDIS_PASSWORD=

This with source pulled from pixelfed/pixelfed@eb84b65 , redis 5:6.0.15-1 debian bullseye.

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

1 participant