//
pkg.gl
Category
github.com/MortalSC/IM-System/lib
cache
redis
package
0.3.0
Repository:
https://github.com/mortalsc/im-system.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
39 SLOC
#
Functions
NewRedisCache
NewRedisCache 创建一个新的 Redis 缓存实例 参数: - addr: Redis 地址 - password: Redis 密码 - db: Redis 数据库索引 返回值: - cache.Cache: 实现了通用 Cache 接口的 Redis 缓存实例 - error: 如果初始化失败,返回错误.
#
Structs
IMRedisCache
No description provided by the author