Skip to content

Commit

Permalink
Merge pull request #281 from sandyharvie/add-support-for-additional-s…
Browse files Browse the repository at this point in the history
…tream-commands

Extend `XPENDING` and add support for `XGROUP {CREATECONSUMER,DESTROY,DELCONSUMER}`, `XINFO {CONSUMERS,GROUPS}`, `XCLAIM`
  • Loading branch information
alicebob committed Aug 10, 2022
2 parents 1086c8c + 41c1bec commit 82d7bcc
Show file tree
Hide file tree
Showing 5 changed files with 1,262 additions and 41 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -180,9 +180,15 @@ Implemented commands:
- XACK
- XADD
- XAUTOCLAIM
- XCLAIM
- XDEL
- XGROUP CREATE
- XGROUP CREATECONSUMER
- XGROUP DESTROY
- XGROUP DELCONSUMER
- XINFO STREAM -- partly
- XINFO GROUPS
- XINFO CONSUMERS -- partly
- XLEN
- XRANGE
- XREAD
Expand Down

0 comments on commit 82d7bcc

Please sign in to comment.