github.com/go-redis/redis/v8.XReadGroupArgs.Count (field)

3 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L1550: 	Count    int64
		commands.go#L1558: 	if a.Count > 0 {
		commands.go#L1559: 		args = append(args, "count", a.Count)