MCPcopy Index your code
hub / github.com/CodisLabs/codis / FlushEncoder

Method FlushEncoder

pkg/proxy/redis/conn.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (c *Conn) FlushEncoder() *FlushEncoder {
76 return &FlushEncoder{Conn: c}
77}
78
79type connReader struct {
80 *Conn

Callers 2

loopWriterMethod · 0.80
loopWriterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected