김민성 수석님. 구매 관련 수정
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using StackExchange.Redis;
|
||||
//using StackExchange.Redis;
|
||||
|
||||
namespace Project
|
||||
{
|
||||
@@ -48,12 +48,12 @@ namespace Project
|
||||
return;
|
||||
}
|
||||
|
||||
//close redis
|
||||
if (this.redisConnection != null && this.redisConnection.IsConnected && this.db != null)
|
||||
{
|
||||
this.redisConnection.Close();
|
||||
this.redisConnection.Dispose();
|
||||
}
|
||||
////close redis
|
||||
//if (this.redisConnection != null && this.redisConnection.IsConnected && this.db != null)
|
||||
//{
|
||||
// this.redisConnection.Close();
|
||||
// this.redisConnection.Dispose();
|
||||
//}
|
||||
|
||||
Pub.log.Add("Program Close");
|
||||
Pub.log.Flush();
|
||||
@@ -61,8 +61,8 @@ namespace Project
|
||||
if (bw.IsBusy) bw.CancelAsync();
|
||||
}
|
||||
|
||||
ConnectionMultiplexer redisConnection;
|
||||
IDatabase db;
|
||||
//ConnectionMultiplexer redisConnection;
|
||||
//IDatabase db;
|
||||
|
||||
private void __Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user