moscajs / aedes-persistence-redis

Aedes persistence, backed by redis
MIT License
21 stars 23 forks source link

Track Redis Calls ? #71

Open BapuHirave opened 4 years ago

BapuHirave commented 4 years ago

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".

robertsLando commented 4 years ago

@behrad Could you help with this?