1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Move lots code into separate files and split big functions party into smaller ones

Also refactor small stuff here
Removed the .send_anyway boolean and use .ready instead
This commit is contained in:
Ruben Bridgewater
2016-03-01 17:14:57 +01:00
parent 535db5231e
commit c2e25a7f71
4 changed files with 151 additions and 593 deletions

View File

@@ -120,7 +120,7 @@ describe("The 'multi' method", function () {
assert(err.message.match(/The connection has already been closed/));
done();
});
assert.strictEqual(notBuffering, true);
assert.strictEqual(notBuffering, false);
});
it("reports an error if promisified", function () {