MCPcopy
hub / github.com/redis/go-redis / Val

Method Val

command.go:1139–1141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1137}
1138
1139func (cmd *IntCmd) Val() int64 {
1140 return cmd.val
1141}
1142
1143func (cmd *IntCmd) Result() (int64, error) {
1144 return cmd.val, cmd.err

Callers 3

ExampleClient_PipelinedFunction · 0.95

Calls

no outgoing calls

Tested by 3

ExampleClient_PipelinedFunction · 0.76