How to clear Azure Redis Cache?

Bitsian picture Bitsian · Feb 16, 2015 · Viewed 13.2k times · Source

I would like to know how to clear Azure Redis Cache from portal or any other easy way to clear all the keys ? I am using azure redis cache for my azure cloud service and I would like to know any easy way to clear all the keys for my azure redis cache. I couldn't find anything on the azure portal or the web on how to do this.

Thanks for your help.

Answer

Mike Harder picture Mike Harder · Feb 17, 2015

The cache is cleared using standard Redis commands, like FLUSHALL. You can issue the command from any client, like redis-cli.exe or StackExchange.Redis.