From bc1934bdd924a9514f5d9646f1c583be7a839805 Mon Sep 17 00:00:00 2001 From: Chris Guest Date: Tue, 14 Jan 2025 18:13:25 +0000 Subject: [PATCH] docs(aws): :sparkles: Start to add some info around using cli with elasticache --- 33_awscli/ELASTICACHE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 33_awscli/ELASTICACHE.md diff --git a/33_awscli/ELASTICACHE.md b/33_awscli/ELASTICACHE.md new file mode 100644 index 0000000..b789d17 --- /dev/null +++ b/33_awscli/ELASTICACHE.md @@ -0,0 +1,10 @@ +# ELASTICACHE + +* Connecting rediscli +* Logs +* Does using "keys *" lock memory? + +## Resources + +* https://stackoverflow.com/questions/52043233/redis-cli-connection-to-amazon-elasticache-redis-cluster-hangs-up +* https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Log_Delivery.html \ No newline at end of file