Skip to content

Commit 235d3e0

Browse files
committed
redid
1 parent 2851ebd commit 235d3e0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pkg/redis/Tests/RedisConnectionFactoryConfigTest.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static function provideConfigs()
9191
'predis_options' => null,
9292
'ssl' => null,
9393
'redelivery_delay' => 300,
94-
'consume_strategy' => 'blocking',
94+
'consume_strategy' => 'non_blocking',
9595
],
9696
];
9797

@@ -113,7 +113,7 @@ public static function provideConfigs()
113113
'predis_options' => null,
114114
'ssl' => null,
115115
'redelivery_delay' => 300,
116-
'consume_strategy' => 'blocking',
116+
'consume_strategy' => 'non_blocking',
117117
],
118118
];
119119

@@ -135,7 +135,7 @@ public static function provideConfigs()
135135
'predis_options' => null,
136136
'ssl' => null,
137137
'redelivery_delay' => 300,
138-
'consume_strategy' => 'blocking',
138+
'consume_strategy' => 'non_blocking',
139139
],
140140
];
141141

@@ -158,7 +158,7 @@ public static function provideConfigs()
158158
'ssl' => null,
159159
'foo' => 'bar',
160160
'redelivery_delay' => 300,
161-
'consume_strategy' => 'blocking',
161+
'consume_strategy' => 'non_blocking',
162162
],
163163
];
164164

@@ -181,7 +181,7 @@ public static function provideConfigs()
181181
'ssl' => null,
182182
'foo' => 'bar',
183183
'redelivery_delay' => 300,
184-
'consume_strategy' => 'blocking',
184+
'consume_strategy' => 'non_blocking',
185185
],
186186
];
187187

@@ -204,7 +204,7 @@ public static function provideConfigs()
204204
'ssl' => null,
205205
'foo' => 'bar',
206206
'redelivery_delay' => 300,
207-
'consume_strategy' => 'blocking',
207+
'consume_strategy' => 'non_blocking',
208208
],
209209
];
210210

@@ -228,7 +228,7 @@ public static function provideConfigs()
228228
'ssl' => null,
229229
'foo' => 'bar',
230230
'redelivery_delay' => 300,
231-
'consume_strategy' => 'blocking',
231+
'consume_strategy' => 'non_blocking',
232232
],
233233
];
234234

@@ -252,7 +252,7 @@ public static function provideConfigs()
252252
'ssl' => null,
253253
'foo' => 'bar',
254254
'redelivery_delay' => 300,
255-
'consume_strategy' => 'blocking',
255+
'consume_strategy' => 'non_blocking',
256256
],
257257
];
258258

@@ -276,7 +276,7 @@ public static function provideConfigs()
276276
'ssl' => null,
277277
'foo' => 'bar',
278278
'redelivery_delay' => 300,
279-
'consume_strategy' => 'blocking',
279+
'consume_strategy' => 'non_blocking',
280280
],
281281
];
282282

@@ -299,7 +299,7 @@ public static function provideConfigs()
299299
'ssl' => null,
300300
'foo' => 'bar',
301301
'redelivery_delay' => 300,
302-
'consume_strategy' => 'blocking',
302+
'consume_strategy' => 'non_blocking',
303303
],
304304
];
305305

@@ -322,7 +322,7 @@ public static function provideConfigs()
322322
'predis_options' => null,
323323
'ssl' => null,
324324
'redelivery_delay' => 300,
325-
'consume_strategy' => 'blocking',
325+
'consume_strategy' => 'non_blocking',
326326
],
327327
];
328328

@@ -345,7 +345,7 @@ public static function provideConfigs()
345345
'predis_options' => null,
346346
'ssl' => null,
347347
'redelivery_delay' => 300,
348-
'consume_strategy' => 'blocking',
348+
'consume_strategy' => 'non_blocking',
349349
],
350350
];
351351

@@ -368,7 +368,7 @@ public static function provideConfigs()
368368
'predis_options' => null,
369369
'ssl' => null,
370370
'redelivery_delay' => 300,
371-
'consume_strategy' => 'blocking',
371+
'consume_strategy' => 'non_blocking',
372372
],
373373
];
374374

@@ -395,7 +395,7 @@ public static function provideConfigs()
395395
'verify_peer' => '1',
396396
],
397397
'redelivery_delay' => 300,
398-
'consume_strategy' => 'blocking',
398+
'consume_strategy' => 'non_blocking',
399399
],
400400
];
401401
}

0 commit comments

Comments
 (0)