summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-07 13:59:37 +0300
committerValery Piashchynski <[email protected]>2021-01-07 13:59:37 +0300
commit0b64c051563062c92a87f2aa1e48bb38fae1b816 (patch)
tree5d42ca5aecf65609ebaabc517c1368d43dbce179 /cmd
parent21689afbc5f717274cd608358ffca3bdacb38f69 (diff)
Docker is not included into macOS, so, we can't easily run memcached in
the docker for macOS. Excluding memcached tests from macOS for now
Diffstat (limited to 'cmd')
-rw-r--r--cmd/main.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd/main.go b/cmd/main.go
index 0f8c1bd9..56422e82 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -7,7 +7,7 @@ import (
"github.com/spiral/roadrunner/v2/cmd/cli"
"github.com/spiral/roadrunner/v2/plugins/http"
"github.com/spiral/roadrunner/v2/plugins/informer"
- //"github.com/spiral/roadrunner/v2/plugins/kv/boltdb"
+
"github.com/spiral/roadrunner/v2/plugins/kv/memcached"
"github.com/spiral/roadrunner/v2/plugins/kv/memory"
"github.com/spiral/roadrunner/v2/plugins/logger"
@@ -45,8 +45,6 @@ func main() {
&rpc.Plugin{},
// server plugin (NewWorker, NewWorkerPool)
&server.Plugin{},
- // boltdb kv plugin
- // &boltdb.Plugin{},
// memcached kv plugin
&memcached.Plugin{},
// in-memory kv plugin