mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 15:01:33 +00:00
Sentinel: CONFIG REWRITE support for Sentinel config.
This commit is contained in:
@ -1169,6 +1169,8 @@ sds keyspaceEventsFlagsToString(int flags);
|
||||
void loadServerConfig(char *filename, char *options);
|
||||
void appendServerSaveParams(time_t seconds, int changes);
|
||||
void resetServerSaveParams();
|
||||
struct rewriteConfigState; /* Forward declaration to export API. */
|
||||
void rewriteConfigRewriteLine(struct rewriteConfigState *state, char *option, sds line, int force);
|
||||
|
||||
/* db.c -- Keyspace access API */
|
||||
int removeExpire(redisDb *db, robj *key);
|
||||
|
Reference in New Issue
Block a user