Skip to content

Commit c4a2ea1

Browse files
authored
Fix the rendering of the RESP documentation for the INFO command (#2676)
1 parent 4502975 commit c4a2ea1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resp2_replies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@
601601
"[Bulk string reply](/docs/reference/protocol-spec#bulk-strings): the value of the key after the increment."
602602
],
603603
"INFO": [
604-
"[Bulk string reply](/docs/reference/protocol-spec#bulk-strings): a map of info fields, one field per line in the form of <field>:<value> where the value can be a comma separated map like <key>=<val>. Also contains section header lines starting with `#` and blank lines.",
604+
"[Bulk string reply](/docs/reference/protocol-spec#bulk-strings): a map of info fields, one field per line in the form of `<field>:<value>` where the value can be a comma separated map like `<key>=<val>`. Also contains section header lines starting with `#` and blank lines.",
605605
"",
606-
"Lines can contain a section name (starting with a # character) or a property. All the properties are in the form of `field:value` terminated by `\r\n`."
606+
"Lines can contain a section name (starting with a `#` character) or a property. All the properties are in the form of `field:value` terminated by `\\r\\n`."
607607
],
608608
"KEYS": [
609609
"[Array reply](/docs/reference/protocol-spec#arrays): a list of keys matching _pattern_."

resp3_replies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@
601601
"[Bulk string reply](/docs/reference/protocol-spec#bulk-strings): the value of the key after the increment."
602602
],
603603
"INFO": [
604-
"[Bulk string reply](/docs/reference/protocol-spec#bulk-strings): a map of info fields, one field per line in the form of <field>:<value> where the value can be a comma separated map like <key>=<val>. Also contains section header lines starting with `#` and blank lines.",
604+
"[Bulk string reply](/docs/reference/protocol-spec#bulk-strings): a map of info fields, one field per line in the form of `<field>:<value>` where the value can be a comma separated map like `<key>=<val>`. Also contains section header lines starting with `#` and blank lines.",
605605
"",
606-
"Lines can contain a section name (starting with a # character) or a property. All the properties are in the form of `field:value` terminated by `\r\n`."
606+
"Lines can contain a section name (starting with a `#` character) or a property. All the properties are in the form of `field:value` terminated by `\\r\\n`."
607607
],
608608
"KEYS": [
609609
"[Array reply](/docs/reference/protocol-spec#arrays): a list of keys matching _pattern_."

0 commit comments

Comments
 (0)