AdamM Sure, i think! I did this:
docker run --restart unless-stopped --network=enhance-network --ip=199.99.88.255 --name dragonfly --ulimit memlock=-1 -d docker.dragonflydb.io/dragonflydb/dragonfly
Doing it this way means it will work alongside your current KeyDB install, so then you can test both! The IP address of Dragonfly will be 199.99.88.255
and it will work with the same port 6379
. Apparently for Dragonfly, both Redis and Memcached plugins will work on Dragonfly! π I've only tested Redis plugins and it works.