update go-redis to v9

This commit is contained in:
Lawrence, Rendall
2023-02-10 00:19:42 +03:00
parent 9264fd1431
commit 96cc4f7eac
5 changed files with 60 additions and 379 deletions

View File

@@ -13,7 +13,7 @@ import (
"context"
"errors"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"github.com/sot-tech/mochi/bittorrent"
"github.com/sot-tech/mochi/pkg/conf"