You've already forked node-redis
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:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user