Hi,
sorry I think I've understood where the misunderstandig is coming from 😅
I know that I can add checks multiple times, but looking at cache/database ones, I've seen an "alias" parameter which I was wrongly thinking that it was for interface distinguishing (so I was asking to have it on Redis as well), instead it's the name of the related cache/database to be checked.
Basically I need to distinguish between the two redis checks because actually they are like this:

And in JSON is even worst because it's collapsed into one:

It may also be redis url or host/port if you can get them from the client_factory, I don't need to customize them, just distinguish.
Originally posted by @gabriele-v in #656 (reply in thread)
Hi,
sorry I think I've understood where the misunderstandig is coming from 😅
I know that I can add checks multiple times, but looking at cache/database ones, I've seen an "alias" parameter which I was wrongly thinking that it was for interface distinguishing (so I was asking to have it on Redis as well), instead it's the name of the related cache/database to be checked.
Basically I need to distinguish between the two redis checks because actually they are like this:


And in JSON is even worst because it's collapsed into one:
It may also be redis url or host/port if you can get them from the client_factory, I don't need to customize them, just distinguish.
Originally posted by @gabriele-v in #656 (reply in thread)