RedisMock
RedisMock copied to clipboard
wrongtype exception missing
redis> sadd raoul toto (integer) 1 redis> hdel raoul toto WRONGTYPE Operation against a key holding the wrong kind of value redis>
actually, hard to mock cause a concrete class can throw any kind of exception ...