fix(redis-stream): upgrade to v0.0.3 version

fix #693
fix #689

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu
2022-12-11 11:12:58 +08:00
parent d801a47c96
commit dd8de531e2
3 changed files with 10 additions and 9 deletions

View File

@@ -8,7 +8,8 @@ import (
"strings"
"github.com/appleboy/gorush/config"
"github.com/go-redis/redis/v8"
"github.com/go-redis/redis/v9"
)
// New func implements the storage interface for gorush (https://github.com/appleboy/gorush)