• A
    Better system for additional commands replication. · 78d6a22d
    antirez 提交于
    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.
    78d6a22d
redis.h 50.1 KB