package
0.0.8
Repository: https://github.com/golang-tools/redishelper.git
Documentation: pkg.go.dev

# Functions

Find 查询满足匹配的所有key.
FindOne 查询满足匹配的一个key.
WithMaxTTL 设置最大过期时间.

# Structs

Option 设置key行为的选项@attribute MaxTTL time.Duration 为0则不设置过期@attribute AutoRefresh string 需要为crontab格式的字符串,否则不会自动定时刷新.

# Interfaces

Option configures how we set up the connection.