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

Enable client command #401

Merged
merged 2 commits into from Mar 15, 2013
Merged

Enable client command #401

merged 2 commits into from Mar 15, 2013

Conversation

dohse
Copy link
Contributor

@dohse dohse commented Mar 14, 2013

The multi word commands starting with client (in lowercase) currently collide with multi's internal variable client. Rename the later to enable this command.
#363 introduced the ability to execute multi word commands.

dohse referenced this pull request in dohse/node_redis Mar 14, 2013
}

function checkResult(result) {
var lines = result.toString().split('\n').slice(0, -1);
Copy link
Contributor

Choose a reason for hiding this comment

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

4-space indentation vs. 2

@dohse
Copy link
Contributor Author

dohse commented Mar 15, 2013

I fixed the white space and comment edits

brycebaril added a commit that referenced this pull request Mar 15, 2013
@brycebaril brycebaril merged commit a5dc989 into redis:master Mar 15, 2013
@brycebaril
Copy link
Contributor

Looks great, thanks, @dohse 👍

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