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