-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix subscribe and unsubscribe command and pattern mode (#174)
* Fix subscribe and psubscribe command reply, the return number is the sum of subscription and psubscription * Fix unpsubscribe command operates on subscription data instead of psubscription * The unsubscribe and punsubscribe commands can operates on more than one channel and pattern * The unsubscribe and punsubscribe commands should have reply * Fix punsubscribe/unsubscribe command reply
- Loading branch information
Showing
3 changed files
with
60 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters