mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 08:51:33 +00:00
Added a config directive for a Unix socket mask
Added a configuration directive to allow a user to specify the permissions to be granted to the Unix socket file. I followed the format Pieter and Salvatore discusses in issue #85 ( https://github.com/antirez/redis/issues/85).
This commit is contained in:
@ -378,6 +378,7 @@ struct redisServer {
|
||||
int port;
|
||||
char *bindaddr;
|
||||
char *unixsocket;
|
||||
mode_t unixsocketperm;
|
||||
int ipfd;
|
||||
int sofd;
|
||||
redisDb *db;
|
||||
|
Reference in New Issue
Block a user