mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
Update redis_test.go
This commit is contained in:
@@ -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 != "" {
|
||||
|
||||
Reference in New Issue
Block a user