using new organization
This commit is contained in:
4
client/cache/README.md
vendored
4
client/cache/README.md
vendored
@@ -4,7 +4,7 @@ cache is a Go cache manager. It can use many cache adapters. The repo is inspire
|
||||
|
||||
## How to install?
|
||||
|
||||
go get github.com/astaxie/beego/cache
|
||||
go get github.com/beego/beego/cache
|
||||
|
||||
|
||||
## What adapters are supported?
|
||||
@@ -17,7 +17,7 @@ As of now this cache support memory, Memcache and Redis.
|
||||
First you must import it
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/cache"
|
||||
"github.com/beego/beego/cache"
|
||||
)
|
||||
|
||||
Then init a Cache (example with memory adapter)
|
||||
|
||||
Reference in New Issue
Block a user