GithubHelp home page GithubHelp logo

Comments (4)

JohnSully avatar JohnSully commented on May 29, 2024

KeyDB provides the same guarantees here as Redis does, namely that EXEC transactions are atomic. Single threading is not required in order to have transactions. If you find a bug where we don't uphold this guarantee that would be an extremely high priority item to fix.

Lua scripts and external modules hold a lock and prevent any other code from running concurrently so they also maintain the same guarantees as before. API changes are required in order to gain more concurrency here and if it is a big enough problem we may look at that in the future. I should be clear the goal here is full compatibility first, and multi-threading second.

I'm reticent to add a section to the ReadMe that effectively says "we're not broken" but if its a common source of confusion it may be necessary.

from keydb.

JohnSully avatar JohnSully commented on May 29, 2024

#5 is very similar to this issue, and because of that I've added extra phrasing to the Readme:

KeyDB has full compatibility with the Redis protocol, modules, and scripts. This includes full support for transactions, and atomic execution of scripts.

from keydb.

JohnSully avatar JohnSully commented on May 29, 2024

Additional architecture information added: 8a5a513

from keydb.

JohnSully avatar JohnSully commented on May 29, 2024

Please reopen if you feel this has not been addressed fully.

from keydb.

Related Issues (20)

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.