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:
127.0.0.1:6379> set hello world
OK
127.0.0.1:6379> keys *
1) "hello"
127.0.0.1:6379> get hello
127.0.0.1:6379>
If you are attempting to tune Dragonfly for performance, consider NAT
performance costs associated with containerization.