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

Add Async Python implementation #136

Open
federicotdn opened this issue Jun 22, 2021 · 0 comments
Open

Add Async Python implementation #136

federicotdn opened this issue Jun 22, 2021 · 0 comments

Comments

@federicotdn
Copy link

Hi! I've created a new Python implementation of RSMQ, using an async Redis library, which enables the entire package to be async as well.

You can find it here: https://github.com/federicotdn/aiorsmq

I've added some tests that run it against the main JavaScript RSMQ implementation. The interface of aiorsmq is almost the same as the one for RSMQ, with some changes made to make it more pythonic (and thus easier to use for Python users). Internally, it does exactly the same stuff that RSMQ does.

Hopefully the current work done will be enough to add it to the alternative implementations list - let me know if I'm missing anything.

Thanks!

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

1 participant