fix: push redis pkg (#1019)

* fix: repeated modification session notification

* fix: repeated modification session notification

* fix: jpush return a nil pointer panic

* fix: push redis pkg

* fix: OANotification
This commit is contained in:
withchao
2023-09-07 16:35:50 +08:00
committed by GitHub
parent 2cca15d7ce
commit 94a4199855
2 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"sync"
"time"
"github.com/go-redis/redis"
"github.com/redis/go-redis/v9"
"github.com/OpenIMSDK/tools/errs"
"github.com/OpenIMSDK/tools/log"