Replies: 1 comment 1 reply
-
Simply set the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying to find a good way to tell the developer that the redis connection isn't working without having to wait for the long default 20 retries (
maxRetriesPerRequest
key in the redis config).Here is my current code in the
AppProvider.ts
:But it's still trying to make the request 20 times.
I saw that ioredis package had a
redis.status
key but I can't find it in the Adonis Redis package.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions