type github.com/go-redis/redis/v8.XReadGroupArgs

3 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L207: 	XReadGroup(ctx context.Context, a *XReadGroupArgs) *XStreamSliceCmd
		commands.go#L1546: type XReadGroupArgs struct {
		commands.go#L1555: func (c cmdable) XReadGroup(ctx context.Context, a *XReadGroupArgs) *XStreamSliceCmd {