예제 #1
0
 /// <summary>
 /// 构造时完成链接的打开
 /// </summary>
 public RedisBase()
 {
     iClient = RedisManager.GetClient();
 }
예제 #2
0
 static RedisBase()
 {
     Core = RedisManager.GetClient();
 }