There was an error while loading. Please reload this page.
1 parent 9cad4c3 commit c63ab54Copy full SHA for c63ab54
redis/redis.go
@@ -2,7 +2,7 @@
2
package redis
3
4
import (
5
- "github.com/garyburd/redigo/redis"
+ "github.com/gomodule/redigo/redis"
6
"github.com/gregjones/httpcache"
7
)
8
redis/redis_test.go
@@ -4,7 +4,7 @@ import (
"bytes"
"testing"
9
10
func TestRedisCache(t *testing.T) {
0 commit comments