MCPcopy
hub / github.com/redis/go-redis / strings

Method strings

options.go:594–598  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

592}
593
594func (o *queryOptions) strings(name string) []string {
595 vs := o.q[name]
596 delete(o.q, name)
597 return vs
598}
599
600func (o *queryOptions) int(name string) int {
601 s := o.string(name)

Callers 2

setupClusterQueryParamsFunction · 0.95
setupFailoverConnParamsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected