You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are only two hard problems in Computer Science: cache invalidation, and naming things.
Phil Karlton
When we add key value we should be able to set expire date too and in the get methods if this expire date is crossed we should delete them , this can be hard to implement i dont know if you think about implementing a feature like this.
The text was updated successfully, but these errors were encountered:
@taliptako I think it could be added, but it needs some major changes due to the fact the current structure is really simple, it needs at least an extra column for the timestamp and some methods to handle all the stuff (set key/value lifespan, modify, remove etc.). I'll figure it out something to avoid breaking changes. Thanks for your suggestion.
When we add key value we should be able to set expire date too and in the get methods if this expire date is crossed we should delete them , this can be hard to implement i dont know if you think about implementing a feature like this.
The text was updated successfully, but these errors were encountered: