Update redis_test.go

This commit is contained in:
Fenny
2020-11-04 02:26:06 +01:00
parent 458644287c
commit 86441817d6

View File

@@ -10,9 +10,7 @@ import (
"github.com/gofiber/utils"
)
var storeConfig = Config{
DropTable: true,
}
var storeConfig = ConfigDefault
func init() {
if v := os.Getenv("REDIS_PORT"); v != "" {