BedrockStreaming / RedisMock

A simple PHP Redis mock

Home Page:http://tech.m6web.fr/redismock-qui-a-bouchonne-mon-redis.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing feature in the mock

omansour opened this issue · comments

  • DISCARD
  • EXEC
  • MULTI
  • UNWATCH
  • WATCH

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

EXEC and MULTI are done 😃

nope. I need the transaction executed while calling exec

argh 😓

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