We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8effc4 commit b59f38cCopy full SHA for b59f38c
content/develop/reference/protocol-spec.md
@@ -132,7 +132,7 @@ The following table summarizes the RESP data types that Redis supports:
132
| [Bulk errors](#bulk-errors) | RESP3 | Aggregate | `!` |
133
| [Verbatim strings](#verbatim-strings) | RESP3 | Aggregate | `=` |
134
| [Maps](#maps) | RESP3 | Aggregate | `%` |
135
-| [Attributes](#attributes) | RESP3 | Aggregate | `|` |
+| [Attributes](#attributes) | RESP3 | Aggregate | <code>|</code> |
136
| [Sets](#sets) | RESP3 | Aggregate | `~` |
137
| [Pushes](#pushes) | RESP3 | Aggregate | `>` |
138
0 commit comments