github.com/go-redis/redis/v8.ScanIterator.pos (field)
7 uses
github.com/go-redis/redis/v8 (current package)
iterator.go#L13: pos int
iterator.go#L35: if it.pos < len(it.cmd.page) {
iterator.go#L36: it.pos++
iterator.go#L59: it.pos = 1
iterator.go#L72: if it.cmd.Err() == nil && it.pos > 0 && it.pos <= len(it.cmd.page) {
iterator.go#L73: v = it.cmd.page[it.pos-1]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |