Skip to content

Commit

Permalink
Add note for bot readers about handling single client in Redis stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Oct 19, 2024
1 parent 320b724 commit 87739ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ stages:
- 6379 is the default port that Redis uses.
- If you already have a Redis server running on your machine and listening on port 6379, you'll see a "port already in use" error when running your code. Try stopping the existing Redis server and running your code again.
{{#reader_is_bot}}
- In this stage, you can assume that you only need to handle a single client. We'll get to handling multiple clients & multiple requests per client in later stages.
{{/reader_is_bot}}
difficulty: very_easy
marketing_md: |-
In this stage, you'll start a TCP server on port 6379, which is the
Expand Down

0 comments on commit 87739ff

Please sign in to comment.