1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-10 10:30:19 +00:00

change github.com/garyburd/redigo to newest branch github.com/gomodule/redigo

This commit is contained in:
godcong
2018-03-26 16:59:01 +08:00
parent f16688817a
commit 886fefe738
5 changed files with 34 additions and 31 deletions

View File

@ -19,7 +19,7 @@ import (
"time"
"github.com/astaxie/beego/cache"
"github.com/garyburd/redigo/redis"
"github.com/gomodule/redigo/redis"
)
func TestRedisCache(t *testing.T) {