Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 811 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 811 Bytes

🧬 Dragonfly Examples

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.

Requirements

  1. Operation system that can running docker serivce.
  2. Docker (https://www.docker.com)

Installation steps

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