Example #1
0
 public void FlushCache()
 {
     _redisConnectionFactory.Client.FlushDbAsync();
     _redisConnectionFactory.FlushDatabaseNode();
 }