We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d5576 commit ec0cb13Copy full SHA for ec0cb13
README.md
@@ -56,7 +56,7 @@ RUST_LOG=info ./mvstore \
56
--raw-data-prefix m
57
```
58
59
-You can autocreate namespaces by passing the flag `--auto-create-namespace` to `mvstore` or manually create a namespace with the admin API:
+Create a namespace with the admin API:
60
61
```bash
62
curl http://localhost:7001/api/create_namespace -i -d '{"key":"test"}'
0 commit comments