antirez 78d6a22dc3 Better system for additional commands replication.
The new code uses a more generic data structure to describe redis operations.
The new design allows for multiple alsoPropagate() calls within the scope of a
single command, that is useful in different contexts. For instance there
when there are multiple clients doing BRPOPLPUSH against the same list,
and a variadic LPUSH is performed against this list, the blocked clients
will both be served, and we should correctly replicate multiple LPUSH
commands after the replication of the current command.
2012-02-29 00:46:50 +01:00
..
2012-02-08 22:24:59 +01:00
2012-01-24 15:33:15 +01:00
2011-04-13 10:58:21 +02:00
2011-09-15 18:25:53 +02:00
2010-12-19 15:19:08 +01:00
2011-02-28 14:48:49 +01:00
2011-11-09 21:59:27 +01:00
2011-10-23 10:57:01 +02:00
2011-03-09 15:44:21 +01:00
2011-05-14 12:36:22 +02:00
2011-07-06 15:22:00 +02:00
2012-02-22 17:44:18 +01:00
2011-02-28 14:48:49 +01:00