From 69a242605956ebb8057eafef0fbaf8d468389b2b Mon Sep 17 00:00:00 2001 From: ruyu Date: Sun, 17 Jun 2018 19:01:55 +0800 Subject: [PATCH] Test Git --- RedisStuy/RedisHashStudy.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RedisStuy/RedisHashStudy.cs b/RedisStuy/RedisHashStudy.cs index a39dc45..7514b3c 100644 --- a/RedisStuy/RedisHashStudy.cs +++ b/RedisStuy/RedisHashStudy.cs @@ -15,8 +15,12 @@ namespace RedisStuy /// public class RedisHashStudy { + #region 初始化 private string studentHashKey = "student:hask:"; private IDatabase redisDatabase = RedisHelper.GetRedisDatabase(); + #endregion + + /// /// 添加一个学生