Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
func
(r *Reader) Buffered() int {
76
return
r.rd.Buffered()
77
}
78
79
func
(r *Reader) Peek(n int) ([]byte, error) {
80
return
r.rd.Peek(n)
Callers
3
HasBufferedData
Method · 0.80
PeekReplyTypeSafe
Method · 0.80
WithWriter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected