Example #1
0
 public void Add <T>()
 {
     _redisHelper.AddRedis <T>();
 }
 public void Add <T>(T t)
 {
     redisHelper.AddRedis <T>();
 }