github.com/go-redis/redis/v8/internal/proto.Reader._buf (field)
8 uses
github.com/go-redis/redis/v8/internal/proto (current package)
reader.go#L35: _buf []byte
reader.go#L41: _buf: make([]byte, 64),
reader.go#L291: if n <= cap(r._buf) {
reader.go#L292: return r._buf[:n]
reader.go#L294: d := n - cap(r._buf)
reader.go#L295: r._buf = append(r._buf, make([]byte, d)...)
reader.go#L296: return r._buf
![]() |
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. |