-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: add redis healthcheck indicator for terminus #72
Comments
There is a sample for checking redis in the terminus repo: |
there are some more examples and better module which is actually gets updates |
@MarkWarneke Is it working ? |
No, i try it ,It is not working |
the
|
Okay thank you
…On Thu, 14 Jul, 2022, 1:17 pm Aaron Huang, ***@***.***> wrote:
import { parseURL } from 'ioredis/built/utils';
this.microservice.pingCheck<RedisOptions>('redis', {
transport: Transport.REDIS,
options: {
...redisOption,
},
})
—
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFIM74P53XOR5RR5FNLOLG3VT7AZLANCNFSM42BVWMOQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Any updates here? |
Hello there!
Thanks for nice module.
I think it would be good to have healthcheck indicator for redis same as we have for typeorm
The text was updated successfully, but these errors were encountered: