# README
redis
redis 缓存库
# Functions
使用redis 指定的单个库.
使用redis 多个库 func NewCollection(addr, username, password string, dbconf []dbConfig) map[int]*Redisclient {.
No description provided by the author
Select 获取指定库的 Redis 对象.
WithAddr Option.
WithDbconfig Option.
WithPassword Option.
WithUsername Option.
# Structs
ClientConfig redis 链接配置信息.
go:generate go-option -type ConnConfig.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author