BedrockStreaming/RedisMock

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

gioialorusso opened this issue · 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