keydb preset runs KeyDB 6.3 and is available only on amd64 servers.
It listens on port 6379, stores data in /data, enables append-only
persistence, and exposes the Redis protocol with password authentication.
Declare the resource
.towbar/resources/keydb.resource.yml
REDIS_PASSWORD is required. Towbar passes it to the managed KeyDB command and
uses it for authenticated health, backup, and restore operations.
Connect from an app
Use a Redis-compatible client againstkeydb:6379 from the shared network.
Keep its URL in the consuming app’s runtime secrets. The optional tunnel binds
16381 only to server loopback.
