How to use with sentinel?
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?
@richmolj yes, the redisClient config was created in the context of testing. You could provide your own wrapper around the ioredis, though, which adapts the required method signature appropriately.
@richmolj was luke's suggestion enough? or were you required to make other changes for this to work?