Skip to content

Commit

Permalink
Update course-definition.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk authored Nov 16, 2023
1 parent 4ad53cc commit c75f4f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ stages:
You can ignore the data that the tester sends you for this stage. We'll get to parsing
client input in later stages. For now, you can just hardcode `+PONG\r\n` as the response.
You can also ignore handling multiple clients and handling multiple PING commands in the stage, we'll get to that in later stages.
**Note**: The exact bytes your program will receive won't be just `ping`, you'll receive something like this: `*1\r\n$4\r\nping\r\n`,
which is the Redis protocol encoding of the `PING` command. We'll learn more about this in later stages.
marketing_md: |
Expand Down

0 comments on commit c75f4f7

Please sign in to comment.