I would like to subscribe / observe, how aedes interacting with Redis. Like what operations being called ?
why i would like to do that - Azure application-insights AI able to track standard dependencies like redis. So that Azure cloud can get insights between micro-services and other services. aedes-persistence-redis is using ioredis, so azure AI cant track this dependency yet. I could manually track ioredis to azure, just needs a way to track "interaction between Aedes AND redis".
I would like to subscribe / observe, how aedes interacting with Redis. Like what operations being called ?
why i would like to do that - Azure
application-insights
AI able to track standard dependencies likeredis
. So that Azure cloud can get insights between micro-services and other services.aedes-persistence-redis
is usingioredis
, so azure AI cant track this dependency yet. I could manually trackioredis
to azure, just needs a way to track "interaction between Aedes AND redis".