- XGROUP CREATE
<key>
<groupname>
<id or $>
- XGROUP SETID
<key>
<id or $>
- XGROUP DELGROUP
<key>
<groupname>
- XGROUP DELCONSUMER
<key>
<consumername>
- XPENDING
<key>
[<start>
<stop>
] - XCLAIM
<key>
<group-name>
<consumer-name>
<min-idle-time>
<ID-1>
<ID-2>
... - XACK
<key>
<ID-1>
<ID-2>
... - XREAD-GROUP (wrapper for XREAD that accepts GROUP and CONSUMER options)
- XINFO
<key>
[CONSUMERS<groupname>
|GROUPS|STREAM|...]. STREAM is the default
Last active
November 20, 2018 02:52
-
-
Save antirez/4e7049ce4fce4aa61bf0cfbc3672e64d to your computer and use it in GitHub Desktop.
Consumer groups final API
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment