Clear Azure Redis Cache


Answer :

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

console button

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

flushall

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

Popular posts from this blog

AngularJS $on Event Handler Trigger Order

AspenTech InfoPlus 21 - How To Connect And Query Data

ANALYZE TABLE..VALIDATE STRUCTURE Runs Forever