You've already forked node-redis
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:
@@ -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 = [];
|
||||
|
Reference in New Issue
Block a user