Install with Docker Compose

    | This guide assumes you have docker and docker-compose installed on your machine. If not, Install Docker and before continuing.

    Dragonfly will answer to both http and redis requests out of the box!

    Connect with a redis client.

    From a new terminal:

    1. 127.0.0.1:6379> set hello world
    2. OK
    3. 127.0.0.1:6379> keys *
    4. 1) "hello"
    5. 127.0.0.1:6379> get hello
    6. 127.0.0.1:6379>

    If you are attempting to tune Dragonfly for performance, consider NAT performance costs associated with containerization.