MCPcopy Create free account
hub / github.com/CodisLabs/codis / String

Method String

extern/deprecated/redis-test/utils.go:69–75  ·  view source on GitHub ↗
(rsp interface{})

Source from the content-addressed store, hash-verified

67}
68
69func (c *Conn) String(rsp interface{}) string {
70 if s, err := redis.String(rsp, nil); err != nil {
71 panic(err)
72 } else {
73 return s
74 }
75}
76
77func (c *Conn) Values(rsp interface{}, size int) []interface{} {
78 if a, err := redis.Values(rsp, nil); err != nil {

Callers 7

NewConnFunction · 0.45
SetMethod · 0.45
LpopMethod · 0.45
GetStringMethod · 0.45
GetHsetMethod · 0.45
MgetMethod · 0.45
PanicFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected