Rediss升级到V9

This commit is contained in:
Yun
2025-10-04 21:44:16 +08:00
parent 571b852c1a
commit e6c1adb2c4
4 changed files with 10 additions and 17 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ module github.com/yuninks/lockx
go 1.20
require github.com/go-redis/redis/v8 v8.11.5
require github.com/redis/go-redis/v9 v9.14.0
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)