Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1139
func
(cmd *IntCmd) Val() int64 {
1140
return
cmd.val
1141
}
1142
1143
func
(cmd *IntCmd) Result() (int64, error) {
1144
return
cmd.val, cmd.err
Callers
3
ExampleClient_Pipelined
Function · 0.95
ExampleClient_TxPipelined
Function · 0.95
ExampleClient_transactions
Function · 0.95
Calls
no outgoing calls
Tested by
3
ExampleClient_Pipelined
Function · 0.76
ExampleClient_TxPipelined
Function · 0.76
ExampleClient_transactions
Function · 0.76