]> git.saurik.com Git - redis.git/commit
Fix for MULTI/EXEC and Replication/AOF: now the block is correctly sent as MULTI...
authorantirez <antirez@gmail.com>
Mon, 19 Apr 2010 16:30:11 +0000 (18:30 +0200)
committerantirez <antirez@gmail.com>
Mon, 19 Apr 2010 16:30:11 +0000 (18:30 +0200)
commit66c8853f9c1222eace3ab12b5cb58ca6871c942b
tree37b568ea59b56bb988e6985f63069d90f8a5a2aa
parent7ccd2d0a5fe75293990ee249f7539eb7c9279104
Fix for MULTI/EXEC and Replication/AOF: now the block is correctly sent as MULTI/..writing operations../EXEC. Ok for slaves but more work needed for the AOF as it should be a write-all-or-nothing business
redis.c