An example of docker compose to create a dragonflydb service
Dragonfly is a drop-in Redis replacement, designed to meet the performance and efficiency requirements of modern cloud-based applications. Organizations that switch to Dragonfly require less hardware and achieve dramatically improved data performance.
- Operation system that can running docker serivce.
- Docker (https://www.docker.com)
A) Let's clone this repository or copy the docker compose.
$ git clone https://github.com/fitm-elite/dragonfly-examples.git
B) Select the directory of repository that's cloned from github.
$ cd dragonfly-examples
C) Start your dragonflydb by docker compose command.
$ docker compose up