github.com/go-redis/redis/v8.ScanCmd.page (field)
10 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1598: page []string
command.go#L1617: return cmd.page, cmd.cursor
command.go#L1621: return cmd.page, cmd.cursor, cmd.err
command.go#L1625: return cmdString(cmd, cmd.page)
command.go#L1629: cmd.page, cmd.cursor, cmd.err = rd.ReadScanReply()
iterator.go#L35: if it.pos < len(it.cmd.page) {
iterator.go#L62: if len(it.cmd.page) > 0 {
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]
result.go#L128: cmd.page = keys
![]() |
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. |