|
209 | 209 | "[Simple string reply](../topics/protocol.md#simple-strings): `OK`." |
210 | 210 | ], |
211 | 211 | "CLIENT INFO": [ |
212 | | - "[Bulk string reply](../topics/protocol.md#bulk-strings): a unique string for the current client, as described at the `CLIENT LIST` page." |
| 212 | + "[Verbatim string reply](../topics/protocol.md#verbatim-strings): a unique string for the current client, as described at the `CLIENT LIST` page." |
213 | 213 | ], |
214 | 214 | "CLIENT KILL": [ |
215 | 215 | "One of the following:", |
216 | 216 | "* [Simple string reply](../topics/protocol.md#simple-strings): `OK` when called in 3 argument format and the connection has been closed.", |
217 | 217 | "* [Integer reply](../topics/protocol.md#integers): when called in filter/value format, the number of clients killed." |
218 | 218 | ], |
219 | 219 | "CLIENT LIST": [ |
220 | | - "[Bulk string reply](../topics/protocol.md#bulk-strings): information and statistics about client connections." |
| 220 | + "[Verbatim string reply](../topics/protocol.md#verbatim-strings): information and statistics about client connections." |
221 | 221 | ], |
222 | 222 | "CLIENT NO-EVICT": [ |
223 | 223 | "[Simple string reply](../topics/protocol.md#simple-strings): `OK`." |
|
291 | 291 | "[Array reply](../topics/protocol.md#arrays): a list of subcommands and their descriptions." |
292 | 292 | ], |
293 | 293 | "CLUSTER INFO": [ |
294 | | - "[Bulk string reply](../topics/protocol.md#bulk-strings): A map between named fields and values in the form of `<field>:<value>` lines separated by newlines composed by the two bytes `CRLF`." |
| 294 | + "[Verbatim string reply](../topics/protocol.md#verbatim-strings): A map between named fields and values in the form of `<field>:<value>` lines separated by newlines composed by the two bytes `CRLF`." |
295 | 295 | ], |
296 | 296 | "CLUSTER KEYSLOT": [ |
297 | 297 | "[Integer reply](../topics/protocol.md#integers): The hash slot number for the specified key" |
|
309 | 309 | "[Bulk string reply](../topics/protocol.md#bulk-strings): the node's shard ID." |
310 | 310 | ], |
311 | 311 | "CLUSTER NODES": [ |
312 | | - "[Bulk string reply](../topics/protocol.md#bulk-strings): the serialized cluster configuration." |
| 312 | + "[Verbatim string reply](../topics/protocol.md#verbatim-strings): the serialized cluster configuration." |
313 | 313 | ], |
314 | 314 | "CLUSTER REPLICAS": [ |
315 | 315 | "[Array reply](../topics/protocol.md#arrays): a list of replica nodes replicating from the specified primary node provided in the same format used by `CLUSTER NODES`." |
|
739 | 739 | "[Bulk string reply](../topics/protocol.md#bulk-strings): the value of the key after the increment." |
740 | 740 | ], |
741 | 741 | "INFO": [ |
742 | | - "[Bulk string reply](../topics/protocol.md#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.", |
| 742 | + "[Verbatim string reply](../topics/protocol.md#verbatim-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.", |
743 | 743 | "", |
744 | 744 | "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`." |
745 | 745 | ], |
|
1016 | 1016 | "[Verbatim string reply](../topics/protocol.md#verbatim-strings): a human readable latency analysis report." |
1017 | 1017 | ], |
1018 | 1018 | "LATENCY GRAPH": [ |
1019 | | - "[Bulk string reply](../topics/protocol.md#bulk-strings): Latency graph" |
| 1019 | + "[Verbatim string reply](../topics/protocol.md#verbatim-strings): Latency graph" |
1020 | 1020 | ], |
1021 | 1021 | "LATENCY HELP": [ |
1022 | 1022 | "[Array reply](../topics/protocol.md#arrays): a list of sub-commands and their descriptions." |
|
1102 | 1102 | "[Array reply](../topics/protocol.md#arrays): a list of sub-commands and their descriptions." |
1103 | 1103 | ], |
1104 | 1104 | "MEMORY MALLOC-STATS": [ |
1105 | | - "[Bulk string reply](../topics/protocol.md#bulk-strings): the memory allocator's internal statistics report." |
| 1105 | + "[Verbatim string reply](../topics/protocol.md#verbatim-strings): the memory allocator's internal statistics report." |
1106 | 1106 | ], |
1107 | 1107 | "MEMORY PURGE": [ |
1108 | 1108 | "[Simple string reply](../topics/protocol.md#simple-strings): `OK`." |
|
0 commit comments