You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
added windows badge, made changes based on @BrideAr's code-review
This commit is contained in:
@@ -195,7 +195,7 @@ describe("The 'multi' method", function () {
|
||||
});
|
||||
|
||||
it('reports multiple exceptions when they occur', function (done) {
|
||||
helper.serverVersionAtLeast.bind(this)(client, [2, 6, 5]);
|
||||
helper.serverVersionAtLeast.call(this, client, [2, 6, 5]);
|
||||
|
||||
client.multi().set("foo").exec(function (err, reply) {
|
||||
assert(Array.isArray(err), "err should be an array");
|
||||
|
Reference in New Issue
Block a user