aws_elasticache
- Components
- Code examples
Manage Elasticache
--- installs the elasticache module
SELECT * FROM iasql_install('<modules>');
--- check cache_cluster is available
SELECT * FROM cache_cluster WHERE cluster_id='<clusterId>';
--- deletes the cache_cluster
DELETE FROM cache_cluster
WHERE cluster_id = '<newClusterId>';