pkg: bump go-redis -> v9

This commit is contained in:
2023-03-14 15:40:50 +00:00
parent 4a0bf88322
commit b8ebf88f36
7 changed files with 35 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ import (
"context"
"time"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
)
type RedisPoolOpts struct {