MCPcopy
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
498func (cmd *Cmd) Val() interface{} {
499 return cmd.val
500}
501
502func (cmd *Cmd) Result() (interface{}, error) {
503 return cmd.val, cmd.err

Callers 15

tx_unwatch_test.goFile · 0.45
TestDigestBasicFunction · 0.45
TestSetIFDEQWithDigestFunction · 0.45
TestSetIFDNEWithDigestFunction · 0.45
TestDelExArgsWithDigestFunction · 0.45
pipeline_test.goFile · 0.45
universal_test.goFile · 0.45
sentinel_test.goFile · 0.45
ring_test.goFile · 0.45

Calls

no outgoing calls

Tested by 15

TestDigestBasicFunction · 0.36
TestSetIFDEQWithDigestFunction · 0.36
TestSetIFDNEWithDigestFunction · 0.36
TestDelExArgsWithDigestFunction · 0.36
IsConsistentMethod · 0.36
configureClusterTopologyFunction · 0.36
ExampleClient_PipelineFunction · 0.36
ExampleClient_TxPipelineFunction · 0.36
ExampleScanIteratorFunction · 0.36