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

Description
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