Exemplo n.º 1
0
 static RedisHelper()
 {
     RedisHelper.InitConnection();
 }
Exemplo n.º 2
0
 public DataTypeTest()
 {
     _ts         = TimeSpan.FromHours(4);
     redisHelper = new RedisHelper();
 }