Skip to content

Commit

Permalink
fix: Update XREAD command in course definition YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1li committed Dec 26, 2024
1 parent d92c0c5 commit 9542de7
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 9542de7

Please sign in to comment.