MCPcopy
hub / github.com/CodisLabs/codis / IsBulkBytes

Method IsBulkBytes

pkg/proxy/redis/resp.go:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (r *Resp) IsBulkBytes() bool {
55 return r.Type == TypeBulkBytes
56}
57
58func (r *Resp) IsArray() bool {
59 return r.Type == TypeArray

Callers 1

KeepAliveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected