From a44edded61ab1ff016e8795f2b9ed3f03c637ea1 Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Mon, 6 Nov 2023 19:45:25 +0530 Subject: [PATCH] Add todo --- content/en/user-guide/aws/elasticache/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/elasticache/index.md b/content/en/user-guide/aws/elasticache/index.md index 8ab19b3692..6bccd07369 100644 --- a/content/en/user-guide/aws/elasticache/index.md +++ b/content/en/user-guide/aws/elasticache/index.md @@ -111,8 +111,9 @@ In the ElastiCache resource browser you can: ## Limitations + LocalStack currently supports Redis single-node and cluster mode, but not memcached. Moreover, LocalStack emulation support for ElastiCache is mostly centered around starting/stopping Redis servers. Resource necessary to operate a cluster, like parameter groups, security groups, subnets groups, etc. are mocked, but have no effect on the functioning of the Redis servers. LocalStack currently doesn't support ElastiCache snapshots, users, user groups, service updates, global replication groups, migrations or tests. -You can find a detailed list of covered API methods on the [ElastiCache coverage page]({{< ref "coverage_elasticache" >}}). \ No newline at end of file +You can find a detailed list of covered API methods on the [ElastiCache coverage page]({{< ref "coverage_elasticache" >}}).