You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.