김민성 수석님. 구매 관련 수정

This commit is contained in:
chi
2019-12-12 16:01:21 +09:00
parent e0dd8f9482
commit d73a2e212a
9 changed files with 161 additions and 179 deletions

View File

@@ -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)
{