In memory store. Should have been here from the beginning.
This commit is contained in:
@@ -33,6 +33,8 @@ func Init() {
|
||||
switch flagStore {
|
||||
case "memcached":
|
||||
store.DefaultStore = store.NewMemcacheStore()
|
||||
case "memory":
|
||||
store.DefaultStore = store.NewMemoryStore()
|
||||
case "etcd":
|
||||
store.DefaultStore = store.NewEtcdStore()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user