Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
494
func
(cmd *Cmd) SetVal(val
interface
{}) {
495
cmd.val = val
496
}
497
498
func
(cmd *Cmd) Val()
interface
{} {
499
return
cmd.val
Callers
1
setCommandValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected