fix:修改redis包,使用推荐的v8

This commit is contained in:
songzhibin97
2021-07-12 19:23:56 +08:00
parent ff506730de
commit 07ec0841c9
4 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ import (
"gin-vue-admin/config"
"github.com/go-redis/redis"
"github.com/go-redis/redis/v8"
"github.com/spf13/viper"
"gorm.io/gorm"
)