Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

threaded pipeline #51

Merged
merged 1 commit into from Nov 25, 2014
Merged

Conversation

72squared
Copy link
Contributor

I was sloppy and committed this based on the assumption that you'll merge in unstable-eval. I can rebase and clean this up as needed but figured you'd want to get this asap so you can leave feedback.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.23%) when pulling e7ef237 on happybits:unstable-pipe-thread into 27f7ec5 on Grokzen:unstable.

@@ -318,3 +312,19 @@ def inner(*args, **kwargs):
StrictClusterPipeline.sunion = block_pipeline_command(StrictRedis.sunion)
StrictClusterPipeline.sunionstore = block_pipeline_command(StrictRedis.sunionstore)
StrictClusterPipeline.pfmerge = block_pipeline_command(StrictRedis.pfmerge)


class Worker(threading.Thread):
Copy link
Owner

Choose a reason for hiding this comment

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

Please add some docstring here what the purpose of this worker class is.

Copy link
Owner

Choose a reason for hiding this comment

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

ping, this was hidden when you rebased :]

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.39%) when pulling e06cfa8 on happybits:unstable-pipe-thread into 9cfde66 on Grokzen:unstable.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.26%) when pulling 61fe59b on happybits:unstable-pipe-thread into 8761d26 on Grokzen:unstable.

Grokzen added a commit that referenced this pull request Nov 25, 2014
@Grokzen Grokzen merged commit 7cf6dfa into Grokzen:unstable Nov 25, 2014
@72squared 72squared deleted the unstable-pipe-thread branch November 25, 2014 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants