You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +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:
@ -68,8 +68,6 @@ describe("The 'client' method", function () {
|
||||
});
|
||||
|
||||
it('sets the name', function (done) {
|
||||
helper.serverVersionAtLeast.call(this, client, [2, 6, 9]);
|
||||
|
||||
// The querys are auto pipelined and the response is a response to all querys of one client
|
||||
// per chunk. So the execution order is only garanteed on each client
|
||||
var end = helper.callFuncAfter(done, 2);
|
||||
|
Reference in New Issue
Block a user