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

Prefer the Redis unix socket if available #220

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2024

  1. Configurable Redis URL

    This allows users to run with a remote Redis server.
    ekohl committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9534286 View commit details
    Browse the repository at this point in the history
  2. Prefer the Redis unix socket if available

    Unix sockets typically have lower overhead and also allows setting
    stricter permissions. While iptables can be used to limit access using
    users, file permissions are much easier to manage.
    ekohl committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    73d945f View commit details
    Browse the repository at this point in the history