Skip to content

Commit

Permalink
Refactor default port behavior to use 6379 if --port flag is not spec…
Browse files Browse the repository at this point in the history
…ified
  • Loading branch information
rohitpaulk committed Jan 31, 2024
1 parent 701cc57 commit 78c0d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ stages:
### Notes
- If `--port` is not specified, your program should still default to port 6379.
- Your program still needs to pass the previous stages, so if `--port` isn't specified, you should default to port 6379.
marketing_md: |
In this stage, you'll add support for parsing the `--port` flag and starting Redis on a custom port.
Expand Down

0 comments on commit 78c0d8f

Please sign in to comment.