feat: upgrade cache

This commit is contained in:
2025-10-18 11:31:47 +08:00
parent eda887e8ff
commit 9f21048ac0
5 changed files with 14 additions and 44 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ toolchain go1.24.2
require (
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20250916024308-d378e6c57772
git.zhangdeman.cn/zhangdeman/redis v0.0.0-20251013151630-64624ba3f890
git.zhangdeman.cn/zhangdeman/redis v0.0.0-20251018032416-adc90ef927fd
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20251014035305-c0ec06fa6dff
github.com/patrickmn/go-cache v2.1.0+incompatible
)