--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To post to this group, send email to redi...@googlegroups.com.
To unsubscribe from this group, send email to redis-db+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/redis-db?hl=en.
Thanks a lot for the replies -
This is making a lot more sense to me now. It changes the way I have
to handle multi mode in my wrapper class, but knowing that all GET
operations inside a MULTI return in order is much more useful than I
originally thought. (Not surprising at all considering how Redis is
designed :-) I'm hoping now I will get a PHP array back from PhpRedis,
trying your example above.