]> git.saurik.com Git - redis.git/commit - src/redis.h
Added a config directive for a Unix socket mask
authorNathan Florea <florean@gmail.com>
Mon, 10 Oct 2011 18:21:15 +0000 (11:21 -0700)
committerNathan Florea <florean@gmail.com>
Mon, 10 Oct 2011 18:21:15 +0000 (11:21 -0700)
commit85238765033e2fa89b1879383421d5a8aafff17f
tree43de8a48642ae099cb84e9c4f021c9d9d7618b7a
parent56209f720ae602cf5de70a35573625cff9ef0e2c
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).
redis.conf
src/anet.c
src/anet.h
src/config.c
src/redis.c
src/redis.h