Display Filter Reference: REdis Serialization Protocol
Protocol field name: resp
Versions: 4.0.0 to 4.0.4
Back to Display Filter Reference
Field name | Description | Type | Versions |
---|---|---|---|
resp.array | Array | Label | 4.0.0 to 4.0.4 |
resp.array.length | Length | Signed integer (8 bytes) | 4.0.0 to 4.0.4 |
resp.array_recursion_too_deep | Array is too deep to recurse any further. Subsequent elements attached to the protocol tree may not reflect their actual location in the array | Label | 4.0.0 to 4.0.4 |
resp.bulk_string | Bulk String | Label | 4.0.0 to 4.0.4 |
resp.bulk_string.length | Length | Signed integer (4 bytes) | 4.0.0 to 4.0.4 |
resp.bulk_string.value | Value | Byte sequence | 4.0.0 to 4.0.4 |
resp.error | Error | Character string | 4.0.0 to 4.0.4 |
resp.fragment | Fragment | Label | 4.0.0 to 4.0.4 |
resp.integer | Integer | Signed integer (8 bytes) | 4.0.0 to 4.0.4 |
resp.malformed_length | Malformed length specified | Label | 4.0.0 to 4.0.4 |
resp.partial | Field is only partially decoded | Label | 4.0.0 to 4.0.4 |
resp.reassembled_in_next_frame | Array is partially decoded. Re-assembled array is in the next frame | Label | 4.0.0 to 4.0.4 |
resp.string | String | Character string | 4.0.0 to 4.0.4 |