Install
Dragonfly is specifically optimized to be run in the cloud.
However, you can easily run it locally via Docker.
docker run --network=host --ulimit memlock=-1
docker.dragonflydb.io/dragonflydb/dragonfly
Copy
System Detected:
Requirements: Docker
Once installed, Dragonfly will respond to both HTTP and RESP (Redis Serialization Protocol) requests out of the box!You can test your connections to Dragonfly using any Redis-compatible client. The following example uses `redis-cli`:
# Connect to Dragonfly using `redis-cli`:
$> redis-cli -p 6379
# Start to interact with Dragonfly:
127.0.0.1:6379> SET hello world
OK
127.0.0.1:6379> KEYS *
1) “hello”
127.0.0.1:6379> GET hello
world
Switch & save up to 80%
Dragonfly is fully compatible with the Redis ecosystem and requires no code changes to implement. Instantly experience up to a 25X boost in performance and 80% reduction in cost