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

added windows badge, made changes based on @BrideAr's code-review

This commit is contained in:
Benjamin Coe
2015-09-13 10:00:50 -07:00
parent 224aff9cee
commit b717c8154b
6 changed files with 27 additions and 25 deletions

View File

@@ -219,7 +219,7 @@ describe("The node_redis client", function () {
describe('monitor', function () {
it('monitors commands on all other redis clients', function (done) {
helper.serverVersionAtLeast.bind(this)(client, [2, 6, 0]);
helper.serverVersionAtLeast.call(this, client, [2, 6, 0]);
var monitorClient = redis.createClient.apply(redis.createClient, args);
var responses = [];