Skip to content

Commit c3380cd

Browse files
committed
Remove unnecessary notes about handling multiple clients and PING commands.
1 parent 2b40f56 commit c3380cd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

stage_descriptions/base-02-rg2.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,4 @@ When a Redis server replies to `PING`, the raw response it sends over the networ
2020

2121
For this stage, your task is to simply hardcode a `+PONG\r\n` response, regardless of the incoming command.
2222

23-
You’ll learn more about RESP and how input command parsing works in future stages.
24-
25-
### Notes
26-
27-
- You can ignore handling multiple clients and handling multiple PING commands in this stage. We'll get to that later.
28-
- The exact bytes your program will receive won't just be `PING`. Instead, you'll receive: `*1\r\n$4\r\nPING\r\n`,
29-
which is the RESP encoding of `PING`.
23+
You’ll learn more about RESP and how input command parsing works in future stages.

0 commit comments

Comments
 (0)