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

Method SetVal

command.go:494–496  ·  view source on GitHub ↗
(val interface{})

Source from the content-addressed store, hash-verified

492}
493
494func (cmd *Cmd) SetVal(val interface{}) {
495 cmd.val = val
496}
497
498func (cmd *Cmd) Val() interface{} {
499 return cmd.val

Callers 1

setCommandValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected