1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00

Add redis backend for db

这个提交包含在:
jiegec
2020-10-13 14:50:19 +08:00
父节点 a2887da2dd
当前提交 a137f0676a
共有 5 个文件被更改,包括 210 次插入5 次删除

查看文件

@@ -11,11 +11,6 @@ import (
. "github.com/tuna/tunasync/internal"
)
const (
_workerBucketKey = "workers"
_statusBucketKey = "mirror_status"
)
type boltAdapter struct {
db *bolt.DB
dbFile string