Skip to content

Commit

Permalink
feat(replication): Stable state prototype dragonflydb#2
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
  • Loading branch information
dranikpg committed Oct 16, 2022
1 parent dc78243 commit a1a2195
Show file tree
Hide file tree
Showing 12 changed files with 621 additions and 214 deletions.
3 changes: 3 additions & 0 deletions src/redis/rdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
/* Test if a type is an object type. */
#define rdbIsObjectType(t) ((t >= 0 && t <= 7) || (t >= 9 && t <= 18))

// DFLY EXTENSIONS: WHAT FILE TO PUT THEM?
#define RDB_OPCODE_FULLSYNC_END 233

/* Special RDB opcodes (saved/loaded with rdbSaveType/rdbLoadType). */
#define RDB_OPCODE_FUNCTION 246 /* engine data */
#define RDB_OPCODE_MODULE_AUX 247 /* Module auxiliary data. */
Expand Down
Loading

0 comments on commit a1a2195

Please sign in to comment.