-
Notifications
You must be signed in to change notification settings - Fork 37
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
expiringdict for ring.dict(expire) #123
Comments
@youknowone, i tried to use i guess it's not a good idea to use |
Hello, thanks for trying to contribute about this issue. By checking expiringdict commits in https://github.com/mailgun/expiringdict/commits/master, it seems there was not much changes since 2017. The changes also not looks like critical issues about the project. If there is not known issues about the project, I think this can be proof of stability and concreteness of the project. How do you think about it? |
I think the problem is that there is no option for permanent cache.
If we want to implement that feature, I think it’s not really different from current implementation of ring.
나의 iPad에서 보냄
2019. 7. 20. 오전 12:44, Jeong YunWon <[email protected]> 작성:
… Hello, thanks for trying to contribute about this issue.
By checking expiringdict commits in https://github.com/mailgun/expiringdict/commits/master, it seems there was not much changes since 2017. The changes also not looks like critical issues about the project. If there is not known issues about the project, I think this can be proof of stability and concreteness of the project. How do you think about it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I think normal dict is good enough for permanent cache. For now, we use different backend for permanent cache and expirable cache. we can keep the permanent one as bow and just replace expirable one to expiringdict. Please let me know if there is any concern I missed. |
Ok, I got it. Thanks for answering my questions. |
https://pypi.org/project/expiringdict/
Instead of ExpirableDictStorage implementation, replacing dict to expringdict looks simpler and reasonable
The text was updated successfully, but these errors were encountered: