//
pkg.gl
Category
github.com/Golang-Tools/redishelper
scanfinder
package
0.0.8
Repository:
https://github.com/golang-tools/redishelper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
67 SLOC
#
Functions
Find
Find 查询满足匹配的所有key.
FindOne
FindOne 查询满足匹配的一个key.
WithSetpSize
WithMaxTTL 设置最大过期时间.
#
Structs
Options
Option 设置key行为的选项@attribute MaxTTL time.Duration 为0则不设置过期@attribute AutoRefresh string 需要为crontab格式的字符串,否则不会自动定时刷新.
#
Interfaces
Option
Option configures how we set up the connection.