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 deprecated max_attempts
This commit is contained in:
committed by
Ruben Bridgewater
parent
6589f61421
commit
b3106a45c4
@@ -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) {
|
||||
|
Reference in New Issue
Block a user