Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1600
func
(cmd *StringCmd) SetVal(val string) {
1601
cmd.val = val
1602
}
1603
1604
func
(cmd *StringCmd) Val() string {
1605
return
cmd.val
Callers
1
ScriptLoad
Method · 0.95
Calls
no outgoing calls
Tested by
1
ScriptLoad
Method · 0.76