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 Dec 4, 2023
1 parent e24c477 commit c2f01af
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 @@ -252,7 +252,7 @@ stages:
$ redis-cli get random_key
# Then, it'll wait for the key to expire and send another GET command
# The response to this should be `-1\r\n` (a "null bulk string")
# The response to this should be `$-1\r\n` (a "null bulk string")
$ sleep 0.2 && redis-cli get random_key
```
Expand Down

0 comments on commit c2f01af

Please sign in to comment.