Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing feature in the mock #10

Open
3 of 5 tasks
omansour opened this issue Dec 26, 2013 · 6 comments
Open
3 of 5 tasks

missing feature in the mock #10

omansour opened this issue Dec 26, 2013 · 6 comments

Comments

@omansour
Copy link
Contributor

  • DISCARD
  • EXEC
  • MULTI
  • UNWATCH
  • WATCH

missing feature allowing us a complete unit test of this lib https://github.com/M6Web/Redis :)

@fdubost
Copy link
Member

fdubost commented Feb 17, 2014

EXEC and MULTI are done 😃

@omansour
Copy link
Contributor Author

nope. I need the transaction executed while calling exec

@fdubost
Copy link
Member

fdubost commented Feb 17, 2014

argh 😓

@KuiKui
Copy link
Contributor

KuiKui commented Feb 17, 2014

Instructions are executed when they're called.
You can use fluent interface : it's the only difference.

@KuiKui
Copy link
Contributor

KuiKui commented Feb 17, 2014

@omansour How it can impact your tests ?

@omansour
Copy link
Contributor Author

you right, maybe it works for exec. I have to test it

but not for watch, discard I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants