Skip to content

Commit

Permalink
Update INCR command response expectations in course-definition.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jun 15, 2024
1 parent e8ae59c commit a75d14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3206,8 +3206,8 @@ stages:
```bash
$ redis-cli
> INCR foo (expecting ":0\r\n" as the response)
> INCR bar (expecting ":0\r\n" as the response)
> INCR foo (expecting ":1\r\n" as the response)
> INCR bar (expecting ":1\r\n" as the response)
```
marketing_md: |
In this stage, you'll continue implementing the INCR command.
Expand Down

0 comments on commit a75d14a

Please sign in to comment.