Quantcast
Channel: Flush/Empty db in StackExchange.Redis - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Arkhangelskiy Evgeniy for Flush/Empty db in StackExchange.Redis

The easiest way is to use FlushDatabase method or FlushDatabaseAsync from IServer ConnectionMultiplexer redis = ConnectionMultiplexer.Connect("localhost"); var server = redis.GetServer("localhost");...

View Article



Flush/Empty db in StackExchange.Redis

I am using StackExchange.Redis in my application to store key/values. I need to flush the entire db now which Redis is using. I found a way via command How do I delete everything in Redis? but how can...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images