Skip to content

⭐ StartRedis

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

StartRedis provisions Redis databases through the same 7-step pipeline every engine follows (see StartActions Overview). Redis'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.

Worth knowing: the server always starts with --requirepass set, but the healthcheck probe (redis-cli ping) doesn't pass that password. Supports SSL/TLS through the shared SSL Subsystem.

Clone this wiki locally