Cache Services
Last updated
Was this helpful?
Last updated
Was this helpful?
Stackmate offers infrastructure deployment for major managed cache services (like AWS Elasticache for example)
A managed cache instance with sane defaults
type
- string - It should be either redis
or memcached
size
- string - The instance size. Should be one of the instances the provider has available
version
- string - The cache version to use. These are dictated by the cloud provider (eg. AWS) and it's one of the versions they currently support.
storage
- number - The size of the storage space in Gigabytes
port
- number - The port to use. By default, 6379
is assigned to redis
and 11211
is assigned to memcached
monitoring
- object - Any monitoring options available for the service. Example configuration is shown below
The typical apply here too.