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

disable multi-step commands in pipeline context #30

Closed
wants to merge 1 commit into from

Conversation

72squared
Copy link
Contributor

disabling certain commands in pipeline context until we can match the behavior of redis-py.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.35%) when pulling 8f5babe on happybits:master into ac1fa35 on Grokzen:master.

@@ -129,3 +129,12 @@ def block_command(func):
def inner(*args, **kwargs):
raise RedisClusterException(" ERROR: Calling function {} is blocked when running redis in cluster mode...".format(func.__name__))
return inner


def block_pipe_command(func):
Copy link
Owner

Choose a reason for hiding this comment

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

Could you rename this to block_pipeline_command. After that please squash your commits into 1 commit again. Then i will merge this into master.

@72squared
Copy link
Contributor Author

Oops -- missed your earlier note. will do it now.

@72squared 72squared closed this Sep 7, 2014
@72squared 72squared deleted the master branch September 7, 2014 19:32
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