You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Remove support of redis 2.4
All tests require at least redis 2.6 from now on. Anyone who wants to run the tests should be able to install a newer version.
This commit is contained in:
@@ -345,8 +345,6 @@ describe("The node_redis client", function () {
|
||||
|
||||
describe('monitor', function () {
|
||||
it('monitors commands on all other redis clients', function (done) {
|
||||
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