Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ Val
Method
Val
command.go:1604–1606 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1602
}
1603
1604
func
(cmd *StringCmd) Val() string {
1605
return
cmd.val
1606
}
1607
1608
func
(cmd *StringCmd) Result() (string, error) {
1609
return
cmd.val, cmd.err
Callers
1
ScriptLoad
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected