I want to remove all keys matching SomePrefix* from my Redis. Is it possible ? I see only m_connectionMultiplexer.GetDatabase().KeyDelete() but not KeyMatch() or GetAllKeys() within the library.
Preferably not Lua scripting such as link by Leonid Beschastny
I want to use that on initialization of web application for development state of the application.