Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

[Feature requests] Ability to use Redis unix sockets and for specifying the Redis password #8

@alpominth

Description

@alpominth

Redis has two options for setting communication over unix sockets:

unixsocket /var/lib/redis/redis-server.sock
unixsocketperm 700

Such a feature would be useful as unix sockets have a better performance than AF_INET/AF_INET6 sockets.

Another important feature is the ability to set the Redis password. Many prefer to keep the Redis database protected with a password.

There is no option in this plugin for setting it.

An option for setting the password in this plugin would be very welcome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions