github.com/go-redis/redis/v8.ScanIterator.Next (method)

2 uses

	github.com/go-redis/redis/v8 (current package)
		iterator.go#L25: func (it *ScanIterator) Next(ctx context.Context) bool {

	golang.org/x/pkgsite/internal/cache
		cache.go#L67: 	for iter.Next(ctx) {