Closed giftig closed 7 years ago
This is going to be a pain because of the inability to extend / stub RedisClient. Might need to wrap it in a class to actually be able to mock it.
Having to add wrapping code for the RedisClient to test it adds unjustified complexity which will only increase the likelihood of it breaking, I think, and the github page for the redis library makes it clear it can't be mocked.
...in addition to the integration tests.