GithubHelp home page GithubHelp logo

Comments (7)

Fluxx avatar Fluxx commented on May 27, 2024

Hmmmm, yes that's a good point. I will fix this either today or tomorrow.

from durabledict.

DXist avatar DXist commented on May 27, 2024

By the way, why does DurableDict get method call __dict.pop? If cache is not expired __dict will not have popped key.

from durabledict.

Fluxx avatar Fluxx commented on May 27, 2024

@DXist can you link to the specific line in question?

from durabledict.

DXist avatar DXist commented on May 27, 2024

Here you are

from durabledict.

Fluxx avatar Fluxx commented on May 27, 2024

Ah, that appears to be a typo/bug. I'll also fix that too.

On Thu, Apr 11, 2013 at 1:17 PM, Rinat Shigapov [email protected]:

Herehttps://github.com/disqus/durabledict/blob/master/durabledict/base.py#L41you are


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-16258570
.

from durabledict.

Fluxx avatar Fluxx commented on May 27, 2024

@DXist this is fixed in 0.7.1. Please note that there is a fundamental distributed computing impossibility in how the ModelDict uses the cache to maintain last_updated so this solution is not 100% foolproof, but should be good enough for most use cases, especially ones with a low write volume.

from durabledict.

DXist avatar DXist commented on May 27, 2024

Thank you! Why do you use ">" condition in https://github.com/disqus/durabledict/blob/master/durabledict/base.py#L23 .
Why not just require inequality between persistance_last_updated and last_synced?

from durabledict.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.