只实现了单机版连接

This commit is contained in:
Yun
2024-03-13 15:07:00 +08:00
commit c661caf3a7
5 changed files with 117 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module code.yun.ink/pkg/redisx
go 1.20
require github.com/go-redis/redis/v8 v8.11.5
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)