package
0.0.10
Repository: https://github.com/binbinly/pkg.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewRedisCache new redis cache.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

DefaultExpireTime 默认过期时间.
DefaultNotFoundExpireTime 结果为空时的过期时间 1分钟, 常用于数据为空时的缓存时间(缓存穿透).
DefaultPrefix 默认缓存前缀.
NotFoundPlaceholder .

# Variables

ErrPlaceholder 空数据标识.

# Structs

No description provided by the author

# Interfaces

Cache 定义cache驱动接口.

# Type aliases

No description provided by the author