Skip to content

Change send("SLAVEOF NO ONE") to send("SLAVEOF", List("NO", "ONE")).#49

Merged
debasishg merged 1 commit intodebasishg:masterfrom
oujinliang:master
Nov 9, 2012
Merged

Change send("SLAVEOF NO ONE") to send("SLAVEOF", List("NO", "ONE")).#49
debasishg merged 1 commit intodebasishg:masterfrom
oujinliang:master

Conversation

@oujinliang
Copy link

1, change send("SLAVEOF NO ONE") to send("SLAVEOF", List("NO", "ONE")),
previous command return an ERR: unknown command.

  1. change parse function of INFO from asString to asBulk,
    asString returns an error.

tested against redis_version:2.4.17

…ange parse function of INFO from asString to asBulk, tested on redis_version:2.4.17
@debasishg
Copy link
Owner

Thanks .. will merge over the weekend ..

@ghost ghost assigned debasishg Nov 9, 2012
debasishg added a commit that referenced this pull request Nov 9, 2012
Change send("SLAVEOF NO ONE") to send("SLAVEOF", List("NO", "ONE")).
@debasishg debasishg merged commit f6b2037 into debasishg:master Nov 9, 2012
@oujinliang
Copy link
Author

Thanks.

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.

2 participants