pvanagtmaal
pvanagtmaal
@devuxer Have you made any progress on this?
The changes made in the PR were correct but there was some discussion about supporting these kind of objects at all. I'm leaving this to someone else, feel free to...
Retrying Redis connection attempts keeps going to infinite when MaxRetriesPerRequestError is handled
@kapalkat I'm using the `quit` method when the maximum number of retries is reached, that cancels the reconnect. Example: ``` const connection = new Redis('redis://localhost:6379', { maxRetriesPerRequest: 3 }) connection.on('connect',...
Retrying Redis connection attempts keeps going to infinite when MaxRetriesPerRequestError is handled
@kapalkat by default yes, see https://github.com/luin/ioredis/blob/279f67eb18e6c20dc7d461fe6890ac22f63cd0fa/lib/redis/RedisOptions.ts#L40-L42
Hi! What is the status on this issue?
this might be fixed by #1281
hi @SkeLLLa, with 10.3.1 I still get the deprecation warnings. Node 18 / fastify 4.23.2. Using #89, which seems like a small change, the error disappears.
Are there any plans for this? I'm currently using another (sub-optimal) role for installing OpenSearch because I need to integrate the code into my platform repository