Error in #ZX1: instructions for “Query entries from stream”

Copying from Discord:

I believe there’s a slight error in the Query entries from stream description The example says the response should be formatted like this, but I believe there should be a additional *2\r\n before the second entry

*2\r\n
*2\r\n
$15\r\n1526985054069-0\r\n
*4\r\n
$11\r\ntemperature\r\n
$2\r\n36\r\n
$8\r\nhumidity\r\n
$2\r\n95\r\n
+*2\r\n
$15\r\n1526985054079-0\r\n
*4\r\n
$11\r\ntemperature\r\n
$2\r\n37\r\n
$8\r\nhumidity\r\n
$2\r\n94\r\n

This passes the tests and redis-cli parses the response correctly with this addition

Fixed:

Note: I’ve updated the title of this post to include the stage ID (#ZX1). You can learn about the stages rename here: Upcoming change: Stages overhaul