MCPcopy
hub / github.com/redis/go-redis / Buffered

Method Buffered

internal/proto/reader.go:75–77  ·  internal/proto/reader.go::Reader.Buffered
()

Source from the content-addressed store, hash-verified

73}
74
75func (r *Reader) Buffered() int {
76 return r.rd.Buffered()
77}
78
79func (r *Reader) Peek(n int) ([]byte, error) {
80 return r.rd.Peek(n)

Callers 3

HasBufferedDataMethod · 0.80
PeekReplyTypeSafeMethod · 0.80
WithWriterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected