move redistest into redis package

This commit is contained in:
kevin
2020-11-03 16:35:34 +08:00
parent b004b070d7
commit d0b76b1d9a
11 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ import (
"github.com/tal-tech/go-zero/core/stat"
"github.com/tal-tech/go-zero/core/stores/cache"
"github.com/tal-tech/go-zero/core/stores/redis"
"github.com/tal-tech/go-zero/core/stores/redistest"
"github.com/tal-tech/go-zero/core/stores/redis/redistest"
"github.com/tal-tech/go-zero/core/stores/sqlx"
)