I've been attempting to pass my own redisClient, so I could use sentinel-aware ioredis. It looks like this won't work, and the injection is only for testing, since redisClient needs decorations provided by this repo (upload, activate, etc) and it doesn't seem possible to use an alternate redis lib (since it relies on a particular method signature). Am I understanding this correctly? Anything I can do here?
I've been attempting to pass my own
redisClient, so I could use sentinel-awareioredis. It looks like this won't work, and the injection is only for testing, sinceredisClientneeds decorations provided by this repo (upload,activate, etc) and it doesn't seem possible to use an alternate redis lib (since it relies on a particular method signature). Am I understanding this correctly? Anything I can do here?