2 Star 3 Fork 10

王布衣 / engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
data_action.go 232 Bytes
一键复制 编辑 原始数据 按行查看 历史
王布衣 提交于 2023-10-13 07:05 . 优化update和repair数据处理流程
package cache
const (
UseGoroutine = false // 更新和修复数据是否启用协程
)
type OpKind int
const (
OpUpdate OpKind = iota + 1 // 更新
OpRepair // 修复
OpIncr // 增量
)
1
https://gitee.com/quant1x/engine.git
git@gitee.com:quant1x/engine.git
quant1x
engine
engine
v1.8.4

搜索帮助