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?
Connect to your redis-cli with
redis-cli -h host -p port_number
After you connect, FLUSHALL