|
@@ -15,6 +15,7 @@
|
|
|
package redis_test
|
|
package redis_test
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
|
|
+ "context"
|
|
|
"errors"
|
|
"errors"
|
|
|
"io"
|
|
"io"
|
|
|
"reflect"
|
|
"reflect"
|
|
@@ -23,7 +24,6 @@ import (
|
|
|
"time"
|
|
"time"
|
|
|
|
|
|
|
|
"github.com/garyburd/redigo/redis"
|
|
"github.com/garyburd/redigo/redis"
|
|
|
- "golang.org/x/net/context"
|
|
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
type poolTestConn struct {
|
|
type poolTestConn struct {
|