1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 08:40:39 +00:00

cache: change the memcache &redis driver

change the memcache to the newest
This commit is contained in:
astaxie
2014-07-24 22:54:56 +08:00
parent 52d153da87
commit d7090689e8
3 changed files with 32 additions and 34 deletions

View File

@ -14,7 +14,7 @@ import (
"errors"
"time"
"github.com/beego/redigo/redis"
"github.com/garyburd/redigo/redis"
"github.com/astaxie/beego/cache"
)

View File

@ -14,7 +14,7 @@ import (
"testing"
"time"
"github.com/beego/redigo/redis"
"github.com/garyburd/redigo/redis"
"github.com/astaxie/beego/cache"
)