Create
Create an ElastiCache Redis cluster
tapit create elasticache engine=redis name=cluster_name [variable=REDIS_URL] [size=cache.t4g.micro] [cache_eviction=yes] [serverless=yes] [--ignore-existing]
Required
- engine
Parameters
engine: Cache engine: redis (required)name: Name for the Redis clustervariable: Environment variable name for the connection URL (default: REDIS_URL)size: ElastiCache node size (default: cache.t4g.micro, ignored if serverless)cache_eviction: Enable cache eviction when memory is full (yes/no)serverless: Use serverless Redis (yes/no)--ignore-existing: Skip creation if a resource with the same name already exists (useful for idempotent scripts)