RedisMock
RedisMock copied to clipboard
missing feature in the mock
- [x] DISCARD
- [x] EXEC
- [x] MULTI
- [ ] UNWATCH
- [ ] WATCH
missing feature allowing us a complete unit test of this lib https://github.com/M6Web/Redis :)
EXEC and MULTI are done :smiley:
nope. I need the transaction executed while calling exec
argh :sweat:
Instructions are executed when they're called. You can use fluent interface : it's the only difference.
@omansour How it can impact your tests ?
you right, maybe it works for exec. I have to test it
but not for watch, discard I think