//
pkg.gl
Category
github.com/jorben/rsync-object-storage
kv
package
0.0.0-20240912083842-89105fc777df
Repository:
https://github.com/jorben/rsync-object-storage.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
108 SLOC
#
Functions
Delete
Delete 删除KV中指定的元素.
Exists
Exists 判断元素是否在集合中且未过期.
Get
Get 获取KV中的指定元素.
GetKV
GetKV 获取KV实例.
Set
Set 往集合中添加元素.
#
Structs
Item
Item 集合中的元素,包含值和过期时间.
KV
KV 一个支持元素具有声明周期的Set集合.