From b59f38c440cf22c321a82853fd4035a314c506ce Mon Sep 17 00:00:00 2001 From: Evan Typanski Date: Thu, 26 Jun 2025 12:00:13 -0400 Subject: [PATCH] Fix Attribute's first byte in protocol spec --- content/develop/reference/protocol-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | `>` |