Redis 7 in-memory cache with persistence
cardinal blueprint install redis-7
# or override resources / env at install time:
cardinal blueprint install redis-7 --memory 1g --cpus 2 -e KEY=value -y cardinal run -d \
--restart always \
-n redis-7 \
-p "6379:6379/tcp" \
-v "redis_data:/data" \
--memory 256m \
--cpus 0.5 \
-e REDIS_PASSWORD="cache123" \
redis:7-alpine | Environment variable | Default value |
|---|---|
REDIS_PASSWORD | cache123 |
ClickHouse — column-oriented analytics database
clickhouse/clickhouse-server:latestCouchDB 3 with persistent JSON document storage
couchdb:3MariaDB 11 with persistent storage
mariadb:11MongoDB 7 with persistent storage
mongo:7MySQL 8 with persistent storage
mysql:8PostgreSQL 16 with persistent storage
postgres:16Python bot + PostgreSQL + Redis — Telegram/Discord bot with DB and cache.
Redis + API + Worker — Queue-based async processing.