Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ Val
Method
Val
command.go:498–500 · command.go::Cmd.Val
()
Source
from the content-addressed store, hash-verified
496
}
497
498
func
(cmd *Cmd) Val()
interface
{} {
499
return
cmd.val
500
}
501
502
func
(cmd *Cmd) Result() (
interface
{}, error) {
503
return
cmd.val, cmd.err
Callers
15
tx_unwatch_test.go
File · 0.45
TestDigestBasic
Function · 0.45
TestSetIFDEQWithDigest
Function · 0.45
TestSetIFDNEWithDigest
Function · 0.45
TestDelExArgsWithDigest
Function · 0.45
TestDigestHelperMatchesRedis
Function · 0.45
TestDigestBytesHelperMatchesRedis
Function · 0.45
TestDigestHelperWithDelExArgs
Function · 0.45
pipeline_test.go
File · 0.45
universal_test.go
File · 0.45
sentinel_test.go
File · 0.45
ring_test.go
File · 0.45
Calls
no outgoing calls
Tested by
15
TestDigestBasic
Function · 0.36
TestSetIFDEQWithDigest
Function · 0.36
TestSetIFDNEWithDigest
Function · 0.36
TestDelExArgsWithDigest
Function · 0.36
TestDigestHelperMatchesRedis
Function · 0.36
TestDigestBytesHelperMatchesRedis
Function · 0.36
TestDigestHelperWithDelExArgs
Function · 0.36
IsConsistent
Method · 0.36
configureClusterTopology
Function · 0.36
ExampleClient_Pipeline
Function · 0.36
ExampleClient_TxPipeline
Function · 0.36
ExampleScanIterator
Function · 0.36