Skip to content

Commit 3f58075

Browse files
authored
Update protocol-spec.md
1 parent 389e3c3 commit 3f58075

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
@@ -537,7 +537,7 @@ The first element is a key, followed by the corresponding value, then the next k
537537

538538
The attribute type is exactly like the Map type, but instead of a `%` character as the first byte, the `|` byte is used. Attributes describe a dictionary exactly like the Map type. However the client should not consider such a dictionary part of the reply, but as auxiliary data that is used in order to augment the reply.
539539

540-
For instance newer versions of Redis may include the ability to report, for every executed command, the popularity of keys. The reply to the command `MGET a b` may be the following:
540+
For exampl, newer versions of Redis may include the ability to report the popularity of keys for every executed command. The reply to the command `MGET a b` may be the following:
541541

542542
|1<CR><LF>
543543
+key-popularity<CR><LF>

0 commit comments

Comments
 (0)