I am using
http://github.com/astro/em-redis which appears to be the
only
em-redis fork with a working multi/exec command, for the most part.
When using multi/exec, followed by mget, exec only returns a partial
response of the commands sent after multi and the next mget returns
the
rest.
Test case:
http://pastie.org/1072930
If anyone who has experience with em-redis can help with this issue, i
would
greatly appreciate it as there is no alternative EventMachine based
redis
library.