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

Remove toredis #15

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Remove toredis #15

wants to merge 6 commits into from

Conversation

josenavas
Copy link
Member

This PR removes the toredis dependency, adds support for python 3 and adds automatic testing.

@wasade
Copy link
Member

wasade commented Dec 24, 2014

@josenavas, tests are failing btw

@@ -0,0 +1,26 @@
language: python
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome... thank you for getting travis up

@wasade
Copy link
Member

wasade commented Dec 24, 2014

I'm concerned about the potential for a race condition. If two processes issue a publish during the sample 1ms window, then it looks like one of the messages will go unanswered. It might be possible to address this with a handler instead of a periodic callback, however it is still possible for multiple messages to happen while the handler is being executed. It is possible redis already mitigates these scenarios though

@wasade
Copy link
Member

wasade commented Apr 27, 2015

@josenavas, just going back through PRs given the call earlier today. Status on this?

@wasade wasade mentioned this pull request Apr 28, 2015
@squirrelo
Copy link
Contributor

tornadis library may be a good replacement for toredis.

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

Successfully merging this pull request may close these issues.

3 participants