MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / EXPIREAT

Method EXPIREAT

structure/expiring_key.go:38–40  ·  view source on GitHub ↗
(key string, timestamp int64)

Source from the content-addressed store, hash-verified

36}
37
38func (ek *ExpireStructure) EXPIREAT(key string, timestamp int64) error {
39 return ek.setExpireToDB(key, timestamp*1000)
40}
41
42func (ek *ExpireStructure) PEXPIREAT(key string, milliseconds_timestamp int64) error {
43 return ek.setExpireToDB(key, milliseconds_timestamp)

Callers 1

Calls 1

setExpireToDBMethod · 0.95

Tested by 1