feat: tidy mod, add go.mod for goctl (#1328)

This commit is contained in:
Kevin Wan
2021-12-15 19:44:49 +08:00
committed by GitHub
parent 4ccdf4ec72
commit 776e6e647d
5 changed files with 716 additions and 29 deletions

View File

@@ -53,8 +53,8 @@ func TestCacheNode_DelCache(t *testing.T) {
func TestCacheNode_DelCacheWithErrors(t *testing.T) {
store, clean, err := redistest.CreateRedis()
assert.Nil(t, err)
defer clean()
store.Type = redis.ClusterType
clean()
cn := cacheNode{
rds: store,