init
This commit is contained in:
11
app/lea/memcache/init.go
Normal file
11
app/lea/memcache/init.go
Normal file
@ -0,0 +1,11 @@
|
||||
package memcache
|
||||
|
||||
import (
|
||||
"github.com/robfig/gomemcache/memcache"
|
||||
)
|
||||
|
||||
var client *memcache.Client
|
||||
|
||||
func init() {
|
||||
// client = memcache.New("localhost:11211")
|
||||
}
|
Reference in New Issue
Block a user