Skip to content

Commit 3adfc48

Browse files
author
Ofir Moskovich
committed
added new subevent (REDISMODULE_SUBEVENT_PERSISTENCE_SYNC_AOF_START) to redismodule.h
1 parent dfac048 commit 3adfc48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redismodule.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ static const RedisModuleEvent
320320
#define REDISMODULE_SUBEVENT_PERSISTENCE_SYNC_RDB_START 2
321321
#define REDISMODULE_SUBEVENT_PERSISTENCE_ENDED 3
322322
#define REDISMODULE_SUBEVENT_PERSISTENCE_FAILED 4
323-
#define _REDISMODULE_SUBEVENT_PERSISTENCE_NEXT 5
323+
#define REDISMODULE_SUBEVENT_PERSISTENCE_SYNC_AOF_START 5
324+
#define _REDISMODULE_SUBEVENT_PERSISTENCE_NEXT 6
324325

325326
#define REDISMODULE_SUBEVENT_LOADING_RDB_START 0
326327
#define REDISMODULE_SUBEVENT_LOADING_AOF_START 1

0 commit comments

Comments
 (0)