The highest tagged major version is
v3.
package
Version:
v2.0.3
Opens a new window with list of versions in this module.
Published: Sep 22, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Get(key string) (value interface{}, ret int)
Get 根据key获取对应的value值
ret的表示(0:key存在且未过期,-1:key已过期,-2:key不存在)
Put 保存key-value键值对
若不设置过期时间,则默认过期时间为一个小时
Source Files
¶
Click to show internal directories.
Click to hide internal directories.