コード例 #1
0
 public void ClearDb()
 {
     var ds = new AsyncRedisDictionaryService(this.connStr, AllowAdmin: true);
     ds.Clear();
 }