We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db9666 commit d6c021fCopy full SHA for d6c021f
4 files changed
src/server/rdb_extensions.h
@@ -58,3 +58,6 @@ constexpr uint8_t RDB_OPCODE_VECTOR_INDEX = 222;
58
// Opcode to store ShardDocIndex key-to-DocId mapping for search indices
59
// Format: [shard_id, index_name, mapping_count, then for each mapping: key_string, doc_id]
60
constexpr uint8_t RDB_OPCODE_SHARD_DOC_INDEX = 223;
61
+
62
+// Used to tag a chunk of serialized data with its stream id
63
+constexpr uint8_t RDB_OPCODE_TAGGED_CHUNK = 224;
0 commit comments