forked from mirror/redis
Merge pull request #972 from go-redis/fix/streams-comment
Add Streams comment
This commit is contained in:
commit
73ef066b86
|
@ -1453,6 +1453,7 @@ func (c *cmdable) XGroupDelConsumer(stream, group, consumer string) *IntCmd {
|
||||||
type XReadGroupArgs struct {
|
type XReadGroupArgs struct {
|
||||||
Group string
|
Group string
|
||||||
Consumer string
|
Consumer string
|
||||||
|
// List of streams and ids.
|
||||||
Streams []string
|
Streams []string
|
||||||
Count int64
|
Count int64
|
||||||
Block time.Duration
|
Block time.Duration
|
||||||
|
|
Loading…
Reference in New Issue