Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
func
(c *Conn) FlushEncoder() *FlushEncoder {
76
return
&FlushEncoder{Conn: c}
77
}
78
79
type
connReader
struct
{
80
*Conn
Callers
2
loopWriter
Method · 0.80
loopWriter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected