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 redundant "ERR" from ResponseError message #44

Closed
wants to merge 1 commit into from

Conversation

djfroofy
Copy link

A tiny patch, but it seems like the original intent was to remove "ERR" from the ResponseError string since this is redundant. Removing ERR in the message is also done in redis-py. The current code is at least peculiar enough to suggest this:

ResponseError(data if data[:4] == 'ERR ' or data) # ??? of course, always data no matter what

@powdahound
Copy link
Contributor

Fixed along with some other changes in this commit; 66511e5

@powdahound powdahound closed this Jun 16, 2013
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.

None yet

2 participants