Esempio n. 1
0
 public int LstCount(RedisClient db = null)
 {
     db = RedisClient.GetClient(db);
     return(db.ListLength((string)DataKey));
 }