This commit is contained in:
richboo111
2023-04-25 09:46:26 +08:00
parent 69040cd1cf
commit a5f750ad67
21 changed files with 1552 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ var (
func init() {
testinit1.Init()
cacher = New("localhost", 6379, "")
cacher = New("localhost", 6379, "123456") //ysq本地redis
}
type TestType struct {