-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing my program based on fastcache ttl... please make it ready. #15
Comments
a pr in progress. is ttl bad? |
@hiqinternational ttl works, but tests aren’t ready yet: they failing on Travis although they are working fine on servers. But next time use comments on PR instead please |
@kirillDanshin yes I will. Thanks. I know about the fail as I'm watching it daily. I just can't believe that this piece of software is still not ready on June 2019. But I thought about it and think that maybe the thumb's down is not without reasons. I mean, as it is, this piece of software should be very good. Marshalling the expiry field into the value vs implicitly doing the ttl. |
Please do another one with TTL and cache hits? I think can be item.Hit++ for every read and pushing it higher. (0.5 [up to 16 hits] or 1 byte [up to 256 hits] extra per item) is this idea ok? |
Will wait for ttl of fastcache.
Thanks.
The text was updated successfully, but these errors were encountered: