diff options
Diffstat (limited to 'dev-db/redis/files/redis-sentinel-5.0-config.patch')
-rw-r--r-- | dev-db/redis/files/redis-sentinel-5.0-config.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/redis/files/redis-sentinel-5.0-config.patch b/dev-db/redis/files/redis-sentinel-5.0-config.patch new file mode 100644 index 000000000000..53299f11840f --- /dev/null +++ b/dev-db/redis/files/redis-sentinel-5.0-config.patch @@ -0,0 +1,10 @@ +diff --git a/sentinel.conf b/sentinel.conf +index 3703c73..964ffa3 100644 +--- a/sentinel.conf ++++ b/sentinel.conf +@@ -222,3 +222,5 @@ sentinel deny-scripts-reconfig yes + # case, so writing "config guessme" is the same in the example above. + # + # SENTINEL SET can also be used in order to perform this configuration at runtime. ++ ++logfile "/var/log/redis/sentinel.log" |