1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

8 Commits

Author SHA1 Message Date
wdvxdr
2f92146092 cache: switch to leveldb 2022-08-31 21:07:18 +08:00
wdvxdr
b98f75ccab
style: run gofumpt 2021-12-29 14:04:51 +08:00
wdvxdr
59bc7b4bae
internal/cache: always use CacheDB
Updates #1075
2021-12-28 17:33:14 +08:00
wdvxdr
0b04ec9adb
feat(cache): implement Delete 2021-10-08 21:41:47 +08:00
wdvxdr
cd5c6c6a72
clean: clean cache.Init 2021-10-05 22:20:24 +08:00
wdvxdr
41e33fdb3d
style: make linter happy 2021-10-03 22:34:08 +08:00
wdvxdr
63e950bb83
feat(internal/btree): use md5 key instead of sha1
image/video cache uses md5 key, this commit will reduce 4 used bytes in db
2021-10-03 22:32:11 +08:00
wdvxdr
7c4be95c19
feat: store cache with disk btree backend 2021-09-28 22:23:33 +08:00