I’ve run the docker install on Windows 11 and a terminal pops up with the init output but I cannot seem to connect to it at all.
docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly
I20231021 20:28:57.025195 1 init.cc:70] dragonfly running in opt mode.
I20231021 20:28:57.025260 1 dfly_main.cc:798] Starting dragonfly df-v1.11.0-c6f8f3882a276f6016042016c94401242d9c5365
W20231021 20:28:57.025310 1 dfly_main.cc:837] SWAP is enabled. Consider disabling it when running Dragonfly.
I20231021 20:28:57.025331 1 dfly_main.cc:842] maxmemory has not been specified. Deciding myself…
I20231021 20:28:57.025336 1 dfly_main.cc:851] Found 14.27GiB available memory. Setting maxmemory to 11.41GiB
W20231021 20:28:57.025367 1 dfly_main.cc:520] iouring API is not supported. switching to epoll.
- Logs will be written to the first available of the following paths:
/tmp/dragonfly.*
./dragonfly.* - For the available flags type dragonfly [–help | --helpfull]
- Documentation can be found at: https://www.dragonflydb.io/docs
I20231021 20:28:57.030556 1 proactor_pool.cc:147] Running 16 io threads
I20231021 20:28:57.056466 1 snapshot_storage.cc:112] Load snapshot: Searching for snapshot in directory: “/data”
W20231021 20:28:57.056546 1 server_family.cc:466] Load snapshot: No snapshot found
I20231021 20:28:57.062083 10 listener_interface.cc:83] sock[36] AcceptServer - listening on port 6379
I have also tried on Ubuntu on WSL2 with the same issue.
I’ve used a Redis graph DB and am wanting to move to DragonflyDB but don’t seem to be able to get past this first basic step.