redis

Represents a redis database.

Platforms supported:

  • AWS

  • GCP (coming soon)

  • Azure (coming soon)

The default implementation on AWS will have a security-hardened Elasticache instance that is only accessible from other container blocks.

Configuration defaults

{
    "target": "diggerhq/target-redis-module@dev",
    "resource_type": "redis",
    "redis_engine_version": "6.2"
}

---

TODO: document other aspects of this block

Last updated