RedisMock
RedisMock copied to clipboard
Is there a way to mock exception when calling a redis method?
Hi there, I want to test that my code behaviour in a certain manner when the set command returns an exception. Is there a way in your library to tell the mocked redis to return an exception on certain commands? Thanks, Gioia