How to clear Azure Redis Cache? How to clear Azure Redis Cache? azure azure

How to clear Azure Redis Cache?


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.


Rebooting Redis cache did the trick for me. Be sure to select both - master and slave for the reboot.

Redis Reboot Options Screenshot