mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Sentinel: test for writable config file.
This commit introduces a funciton called when Sentinel is ready for normal operations to avoid putting Sentinel specific stuff in redis.c.
This commit is contained in:
@ -1187,6 +1187,7 @@ void initSentinelConfig(void);
|
||||
void initSentinel(void);
|
||||
void sentinelTimer(void);
|
||||
char *sentinelHandleConfiguration(char **argv, int argc);
|
||||
void sentinelIsRunning(void);
|
||||
|
||||
/* Scripting */
|
||||
void scriptingInit(void);
|
||||
|
Reference in New Issue
Block a user