mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
doc(quick-start): add note for known issues (#194)
doc: update quick-start
This commit is contained in:
parent
c5c143525c
commit
1c81bfa66c
1 changed files with 12 additions and 2 deletions
|
@ -22,6 +22,9 @@ Dragonfly DB will answer to both `http` and `redis` requests out of the box!
|
||||||
|
|
||||||
You can use `redis-cli` to connect to `localhost:6379` or open a browser and visit `http://localhost:6379`
|
You can use `redis-cli` to connect to `localhost:6379` or open a browser and visit `http://localhost:6379`
|
||||||
|
|
||||||
|
**NOTE**: On some configurations, running with the `docker run --privileged ...` flag can fix some
|
||||||
|
initialization errors.
|
||||||
|
|
||||||
## Step 2
|
## Step 2
|
||||||
|
|
||||||
Connect with a redis client
|
Connect with a redis client
|
||||||
|
@ -41,7 +44,14 @@ OK
|
||||||
|
|
||||||
Continue being great and build your app with the power of DragonflyDB!
|
Continue being great and build your app with the power of DragonflyDB!
|
||||||
|
|
||||||
### More Build Options
|
## Known issues
|
||||||
|
|
||||||
|
#### `Error initializing io_uring`
|
||||||
|
|
||||||
|
This likely means your kernel version is too low to run DragonflyDB. Make sure to install
|
||||||
|
a kernel version that supports `io_uring`.
|
||||||
|
|
||||||
|
## More Build Options
|
||||||
- [Docker Compose Deployment](/contrib/docker/)
|
- [Docker Compose Deployment](/contrib/docker/)
|
||||||
- [Kubernetes Deployment with Helm Chart](/contrib/charts/dragonfly/)
|
- [Kubernetes Deployment with Helm Chart](/contrib/charts/dragonfly/)
|
||||||
- [Build From Source](/docs/build-from-source.md)
|
- [Build From Source](/docs/build-from-source.md)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue