mirror of https://github.com/go-redis/redis.git
Bump version.
This commit is contained in:
parent
ac192c726d
commit
1b515b695a
|
@ -13,4 +13,5 @@ install:
|
||||||
- go get github.com/golang/glog
|
- go get github.com/golang/glog
|
||||||
- go get gopkg.in/bufio.v1
|
- go get gopkg.in/bufio.v1
|
||||||
- go get gopkg.in/check.v1
|
- go get gopkg.in/check.v1
|
||||||
- go get gopkg.in/redis.v1
|
- mkdir -p $HOME/gopath/src/gopkg.in
|
||||||
|
- ln -s `pwd` $HOME/gopath/src/gopkg.in/redis.v2
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
"gopkg.in/redis.v1"
|
"gopkg.in/redis.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var client *redis.Client
|
var client *redis.Client
|
||||||
|
|
|
@ -11,7 +11,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gopkg.in/redis.v1"
|
"gopkg.in/redis.v2"
|
||||||
|
|
||||||
. "gopkg.in/check.v1"
|
. "gopkg.in/check.v1"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue