Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ encodeInt
Method
encodeInt
pkg/proxy/redis/encoder.go:155–157 ·
view source on GitHub ↗
(v int64)
Source
from the content-addressed store, hash-verified
153
}
154
155
func
(e *Encoder) encodeInt(v int64) error {
156
return
e.encodeTextString(itoa(v))
157
}
158
159
func
(e *Encoder) encodeBulkBytes(b []byte) error {
160
if
b == nil {
Callers
2
encodeBulkBytes
Method · 0.95
encodeArray
Method · 0.95
Calls
2
encodeTextString
Method · 0.95
itoa
Function · 0.85
Tested by
no test coverage detected