package
0.0.0-20240512124903-7d8de2a46146
Repository: https://github.com/cutereimu/tfcc-bot-go.git
Documentation: pkg.go.dev

# Functions

Del 删除Key.
Get 根据Key获取Value.
No description provided by the author
No description provided by the author
No description provided by the author
Set 设置键值对,ttl是超时时间(可选).
No description provided by the author
Update 查找并修改值,返回原先是否存在。若原先不存在,则f的参数为nil。若f的返回值为nil,表示不进行Update。若f的返回值为空byte数组,表示删除。.
UpdateWithTtl 同 Update ,但是有一个ttl.

# Variables

No description provided by the author