You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Refactor command parsing
This commit is contained in:
@@ -215,6 +215,7 @@ describe('publish/subscribe', function () {
|
||||
sub.stream.end();
|
||||
});
|
||||
|
||||
sub.select(3);
|
||||
sub.subscribe(channels);
|
||||
|
||||
sub.on('ready', function (err, results) {
|
||||
|
Reference in New Issue
Block a user