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