Skip to content

Commit

Permalink
Merge pull request #285 from codecrafters-io/andy/patch
Browse files Browse the repository at this point in the history
Fix typo in XREAD command #hw1
  • Loading branch information
andy1li authored Dec 26, 2024
2 parents d92c0c5 + 9542de7 commit 32964b0
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 @@ -2989,7 +2989,7 @@ stages:
It'll then send an `XREAD` command to your server with the `BLOCK` command with the time passed in being 0.
```bash
$ redis-cli XREAD block 0 streams stream_key 0-0
$ redis-cli XREAD block 0 streams stream_key 0-1
```
It'll then wait for 1000 milliseconds before checking if there is a response. Your server should not have a new response. It'll then add another entry.
Expand Down

0 comments on commit 32964b0

Please sign in to comment.