RedisMock icon indicating copy to clipboard operation
RedisMock copied to clipboard

Is there a way to mock exception when calling a redis method?

Open gioialorusso opened this issue 8 years ago • 0 comments

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

gioialorusso avatar Jun 30 '17 10:06 gioialorusso