添加心跳相关内容

This commit is contained in:
Yun
2025-09-18 21:18:35 +08:00
parent 549eee700e
commit f79be3955f
3 changed files with 128 additions and 35 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module github.com/yuninks/timerx
go 1.21
go 1.24
require (
github.com/go-redis/redis/v8 v8.11.5
@@ -8,7 +8,7 @@ require (
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.11.1
github.com/yuninks/cachex v1.0.5
github.com/yuninks/lockx v1.1.0
github.com/yuninks/lockx v1.1.1
)
require (