mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
Upgrade Redis client to v9 (#2102)
Signed-off-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com> Co-authored-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
"github.com/redis/go-redis/v9"
|
||||
)
|
||||
|
||||
type (
|
||||
@@ -17,7 +17,7 @@ type (
|
||||
)
|
||||
|
||||
// GoRedisClient is the interface which both
|
||||
// go-redis' Client and Cluster Client implements.
|
||||
// go-redis's Client and Cluster Client implements.
|
||||
type GoRedisClient interface {
|
||||
redis.Cmdable // Commands.
|
||||
io.Closer // CloseConnection.
|
||||
|
||||
Reference in New Issue
Block a user