File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -83,17 +83,18 @@ General format of a packet:
8383```
8484
8585### Header fields description
86- <dt >Magic</dt ><dd >Magic number identifying the package (See [BinaryProtocolRevamped#Magic_Byte])</dd >
87- <dt >Opcode</dt ><dd >Command code (See [BinaryProtocolRevamped#Command_opcodes])</dd >
86+ <dl >
87+ <dt >Magic</dt ><dd >Magic number identifying the package (See <a href =" #magic-byte " >Magic Byte</a >)</dd >
88+ <dt >Opcode</dt ><dd >Command code (See <a href =" #command-opcodes " >Command Opcodes</a >)</dd >
8889 <dt >Key length</dt ><dd >Length in bytes of the text key that follows the command extras</dd >
89- <dt >Status</dt ><dd >Status of the response (non-zero on error) (See [BinaryProtocolRevamped#Response_Status] )</dd >
90+ <dt >Status</dt ><dd >Status of the response (non-zero on error) (See < a href = " #response-status " >Response Status</ a > )</dd >
9091 <dt >Extras length</dt ><dd >Length in bytes of the command extras</dd >
91- <dt >Data type</dt ><dd >Reserved for future use (See [BinaryProtocolRevamped#Data_Type] )</dd >
92+ <dt >Data type</dt ><dd >Reserved for future use (See < a href = " #data-types " >Data types</ a > )</dd >
9293 <dt >vbucket id</dt ><dd >The virtual bucket for this command</dd >
9394 <dt >Total body length</dt ><dd >Length in bytes of extra + key + value</dd >
9495 <dt >Opaque</dt ><dd >Will be copied back to you in the response</dd >
9596 <dt >CAS</dt ><dd >Data version check</dd >
96-
97+ </ dl >
9798
9899## Defined Values
99100
You can’t perform that action at this time.
0 commit comments