Categorygithub.com/gtkit/redis
modulepackage
1.1.8
Repository: https://github.com/gtkit/redis.git
Documentation: pkg.go.dev

# README

redis

redis 缓存库

# Packages

@Author xiaozhaofu 2023/7/17 20:45:00.
No description provided by the author

# 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