You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed: After an explicit call to disconnect, commands succeed with RedisMock = require('ioredis-mock')
Expected: Commands should fail, like they do for ioredis
Observed: After an explicit call to disconnect, commands succeed with
RedisMock = require('ioredis-mock')
Expected: Commands should fail, like they do for ioredis
In addition to this, it'd be useful to mock other failure modes, e.g. a read-only redis replica failing for write operations but not read operations
The text was updated successfully, but these errors were encountered: