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

Remove deprecated max_attempts

This commit is contained in:
Ruben Bridgewater
2016-12-17 17:38:27 +01:00
committed by Ruben Bridgewater
parent 6589f61421
commit b3106a45c4
5 changed files with 8 additions and 113 deletions

View File

@@ -219,7 +219,7 @@ describe("The 'multi' method", function () {
client = redis.createClient({
host: 'somewhere',
port: 6379,
max_attempts: 1
retryStrategy: function () {}
});
client.on('error', function (err) {
@@ -239,7 +239,7 @@ describe("The 'multi' method", function () {
client = redis.createClient({
host: 'somewhere',
port: 6379,
max_attempts: 1
retryStrategy: function () {}
});
client.on('error', function (err) {