Skip to content

Commit b59f38c

Browse files
committed
Fix Attribute's first byte in protocol spec
1 parent b8effc4 commit b59f38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/reference/protocol-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The following table summarizes the RESP data types that Redis supports:
132132
| [Bulk errors](#bulk-errors) | RESP3 | Aggregate | `!` |
133133
| [Verbatim strings](#verbatim-strings) | RESP3 | Aggregate | `=` |
134134
| [Maps](#maps) | RESP3 | Aggregate | `%` |
135-
| [Attributes](#attributes) | RESP3 | Aggregate | `|` |
135+
| [Attributes](#attributes) | RESP3 | Aggregate | <code>&#124;</code> |
136136
| [Sets](#sets) | RESP3 | Aggregate | `~` |
137137
| [Pushes](#pushes) | RESP3 | Aggregate | `>` |
138138

0 commit comments

Comments
 (0)