Example #1
0
 /// <summary>
 /// 销毁 _rListService
 /// </summary>
 public void CloseRedis()
 {
     _rListService?.Dispose();
 }