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

Method SetVal

command.go:1600–1602  ·  view source on GitHub ↗
(val string)

Source from the content-addressed store, hash-verified

1598}
1599
1600func (cmd *StringCmd) SetVal(val string) {
1601 cmd.val = val
1602}
1603
1604func (cmd *StringCmd) Val() string {
1605 return cmd.val

Callers 1

ScriptLoadMethod · 0.95

Calls

no outgoing calls

Tested by 1

ScriptLoadMethod · 0.76