Example #1
0
 public long PTTL(RedisClient db = null)
 {
     db = RedisClient.GetClient(db);
     return(db.PTTL((string)DataKey));
 }