You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Refactor command parsing
This commit is contained in:
@@ -325,6 +325,7 @@ describe('The node_redis client', function () {
|
||||
bclient.blpop('blocking list 2', 5, function (err, value) {
|
||||
assert.strictEqual(value[0], 'blocking list 2');
|
||||
assert.strictEqual(value[1], 'initial value');
|
||||
bclient.end(true);
|
||||
done(err);
|
||||
});
|
||||
bclient.once('ready', function () {
|
||||
|
Reference in New Issue
Block a user