create cluster

This commit is contained in:
Yun
2023-08-27 23:39:58 +08:00
parent 60e0478a62
commit 3ccce0bba2
11 changed files with 571 additions and 121 deletions
+9 -1
View File
@@ -2,4 +2,12 @@ module code.yun.ink/open/timer
go 1.19
require github.com/gomodule/redigo v1.8.9
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gomodule/redigo v1.8.9
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)