Skip to content

⭐ StartDragonfly

Terrence Daniels edited this page Jul 31, 2026 · 3 revisions

StartDragonfly provisions Dragonfly databases through the same 7-step pipeline every engine follows (see StartActions Overview). Dragonfly's own specifics — SSL support, cert mount path, healthcheck probe — are covered in the database-provisioning-engines.html, alongside the other 7 engines, rather than repeated here.

Its healthcheck reuses redis-cli itself (redis-cli -a ... ping) — Dragonfly is Redis-protocol-compatible, so there's no dedicated Dragonfly CLI. Supports SSL/TLS through the shared SSL Subsystem.

Clone this wiki locally