diff --git a/content/develop/reference/protocol-spec.md b/content/develop/reference/protocol-spec.md index e3a2348d0d..6b854f21f4 100644 --- a/content/develop/reference/protocol-spec.md +++ b/content/develop/reference/protocol-spec.md @@ -132,7 +132,7 @@ The following table summarizes the RESP data types that Redis supports: | [Bulk errors](#bulk-errors) | RESP3 | Aggregate | `!` | | [Verbatim strings](#verbatim-strings) | RESP3 | Aggregate | `=` | | [Maps](#maps) | RESP3 | Aggregate | `%` | -| [Attributes](#attributes) | RESP3 | Aggregate | `|` | +| [Attributes](#attributes) | RESP3 | Aggregate | | | | [Sets](#sets) | RESP3 | Aggregate | `~` | | [Pushes](#pushes) | RESP3 | Aggregate | `>` |