github.com/go-redis/redis/v8.ScanCmd.cursor (field)
8 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1599: cursor uint64
command.go#L1617: return cmd.page, cmd.cursor
command.go#L1621: return cmd.page, cmd.cursor, cmd.err
command.go#L1629: cmd.page, cmd.cursor, cmd.err = rd.ReadScanReply()
iterator.go#L42: if it.cmd.cursor == 0 {
iterator.go#L49: it.cmd.args[1] = it.cmd.cursor
iterator.go#L51: it.cmd.args[2] = it.cmd.cursor
result.go#L129: cmd.cursor = cursor
![]() |
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. |