Skip to content
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

Redis Cluster support #224

Open
drauschenbach opened this issue Mar 27, 2015 · 1 comment
Open

Redis Cluster support #224

drauschenbach opened this issue Mar 27, 2015 · 1 comment

Comments

@drauschenbach
Copy link

Where does this module stand on Redis Cluster support? And where does the whole Lua-based qless-core approach stand in relation to Redis Cluster? I used to think bless-core was brilliant, but now I'm wondering how it all ties together now that Redis Cluster is a usable release candidate.

@vadim-ex
Copy link
Contributor

We are investigating our options to improve qless scalability. One of the key requirement for backend is atomicity of operations (atomicity of Lua script execution was one of the reasons for picking Redis). As far as I can tell Redis Cluster guaranties eventual consistency of operations, which might be a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants