//
pkg.gl
Category
github.com/LIOU2021/redisBuff
module
package
1.0.1
Repository:
https://github.com/liou2021/redisbuff.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
256 SLOC
#
README
Introduction
有些业务情境下会需要缓存暂时累积讯息,等到讯息达N则或是时间循环来到M秒时,才把讯息写入DB或是其他业务处理
这样的需求在聊天室的讯息入库是很常见的,于是我将此业务逻辑封装成pkg可重复使用
#
Functions
InitRedisClient
No description provided by the author
New
No description provided by the author
#
Structs
Buff
No description provided by the author
Config
No description provided by the author