Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/olric-data/olric
/ SetEX
Method
SetEX
internal/protocol/dmap.go:50–53 ·
view source on GitHub ↗
(ex float64)
Source
from the content-addressed store, hash-verified
48
}
49
50
func
(p *Put) SetEX(ex float64) *Put {
51
p.EX = ex
52
return
p
53
}
54
55
func
(p *Put) SetPX(px int64) *Put {
56
p.PX = px
Callers
5
writePutCommand
Method · 0.95
TestProtocol_ParsePutCommand_EX
Function · 0.95
ParsePutCommand
Function · 0.95
writePutCommand
Method · 0.95
TestDMap_lockCommandHandler_EX
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestProtocol_ParsePutCommand_EX
Function · 0.76
TestDMap_lockCommandHandler_EX
Function · 0.36