MCPcopy
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
50func (p *Put) SetEX(ex float64) *Put {
51 p.EX = ex
52 return p
53}
54
55func (p *Put) SetPX(px int64) *Put {
56 p.PX = px

Callers 5

writePutCommandMethod · 0.95
ParsePutCommandFunction · 0.95
writePutCommandMethod · 0.95

Calls

no outgoing calls

Tested by 2