We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
If you are using a Unix socket for Redis, then:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current install docs say:
What worked for me was rather:
This with source pulled from pixelfed/pixelfed@eb84b65 , redis 5:6.0.15-1 debian bullseye.
The text was updated successfully, but these errors were encountered: