Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/server/rdb_extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ constexpr uint8_t RDB_OPCODE_VECTOR_INDEX = 222;
// Opcode to store ShardDocIndex key-to-DocId mapping for search indices
// Format: [shard_id, index_name, mapping_count, then for each mapping: key_string, doc_id]
constexpr uint8_t RDB_OPCODE_SHARD_DOC_INDEX = 223;

// Used to tag a chunk of serialized data with its stream id
constexpr uint8_t RDB_OPCODE_TAGGED_CHUNK = 224;
Loading
Loading