Skip to content

Commit

Permalink
Start Redis server on default port 6379
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jan 23, 2024
1 parent cbe722f commit aa958b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ stages:
clients & servers are. You'll learn more about this in the next stages.
Your task in this stage is to start a TCP server on port 6379, the default port that Redis uses.
The tester will execute your program like this:
```bash
./spawn_redis_server.sh # This script is provided in your repository
```
It'll then try to connect to your server using TCP on port 6379.
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 aa958b0

Please sign in to comment.