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

TypeAlias RespType

pkg/proxy/redis/resp.go:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import "fmt"
7
8type RespType byte
9
10const (
11 TypeString RespType = '+'

Callers 2

decodeRespMethod · 0.85
decodeMultiBulkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected