Clear Azure Redis Cache
Answer :
For Azure's Redis service, the Azure portal has a built-in console (which is in Preview):

At this point, it's as simple as executing a flushall command:

If you're running Redis in, say, a VM, you'll need to use a tool to connect remotely to the cache and run the flushall command.
Comments
Post a Comment