AWS Elasticache -- How to flush node from console?

Billy Blob Snortin picture Billy Blob Snortin · May 10, 2016 · Viewed 16.2k times · Source

I have a number of Elasticache nodes running and would like to clear them. I know it's possible to do this programmatically but I'd like to use the AWS console instead.

How can I flush an Elasticache node using only the AWS console?

Answer

abhilashv picture abhilashv · Aug 20, 2017

Connect to your redis-cli with

redis-cli -h host -p port_number

After you connect, FLUSHALL