From ebf07eddfb6f5419b17d518f653ace34f6fcf78f Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 6 Jun 2022 18:18:30 +0800 Subject: [PATCH] singal offline push --- pkg/common/db/newRedisModel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/db/newRedisModel.go b/pkg/common/db/newRedisModel.go index b477c20ea..7fd979f39 100644 --- a/pkg/common/db/newRedisModel.go +++ b/pkg/common/db/newRedisModel.go @@ -11,7 +11,7 @@ import ( "errors" "fmt" "github.com/garyburd/redigo/redis" - goRedis "github.com/go-redis/redis/v8" + //goRedis "github.com/go-redis/redis/v8" "github.com/golang/protobuf/proto" "github.com/mitchellh/mapstructure" "strconv"