chore(storage): upgrade redis to v7 (#502)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-04-23 16:23:29 +08:00
committed by GitHub
parent 186b3258d1
commit eec5dd3df7
3 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/appleboy/gorush/config"
"github.com/appleboy/gorush/storage"
"gopkg.in/redis.v5"
"github.com/go-redis/redis/v7"
)
// New func implements the storage interface for gorush (https://github.com/appleboy/gorush)