Skip to content

Commit 845b77f

Browse files
committed
add 'XREAD' to the readme
1 parent b9112a4 commit 845b77f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ stack.
1616

1717
There are no dependencies on external binaries, so you can easily integrate it in automated build processes.
1818

19+
Be sure to import v2:
20+
```
21+
import "github.com/alicebob/miniredis/v2"
22+
```
23+
1924
## Commands
2025

2126
Implemented commands:
@@ -170,6 +175,7 @@ Implemented commands:
170175
- XINFO STREAM -- partly
171176
- XLEN
172177
- XRANGE
178+
- XREAD -- partly
173179
- XREADGROUP -- partly
174180
- XREVRANGE
175181
- Scripting

0 commit comments

Comments
 (0)