mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Update Redis client used for bucket notifications (#7213)
Current Redis client used https://github.com/garyburd/redigo/ has been archived and further development is done at https://github.com/gomodule/redigo This commit updates the client library accordingly. Fixes #6392
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/garyburd/redigo/redis"
|
||||
"github.com/gomodule/redigo/redis"
|
||||
"github.com/minio/minio/pkg/event"
|
||||
xnet "github.com/minio/minio/pkg/net"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user