- 07 May, 2010 1 commit
-
-
antirez authored
-
- 06 May, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
AOF writes are now accumulated into a buffer and flushed into disk just before re-entering the event loop. A lot less writes but still this guarantees that AOF is written before the client gets a positive reply about a write operation, as no reply is trasnmitted before re-entering into the event loop.
-
- 02 May, 2010 1 commit
-
-
antirez authored
-
- 29 Apr, 2010 1 commit
-
-
antirez authored
-
- 27 Apr, 2010 1 commit
-
-
antirez authored
AOF is now rewritten on slave after SYNC with master. Thanks to @_km for finding this bug and any others'
-
- 23 Apr, 2010 2 commits
- 22 Apr, 2010 2 commits
- 21 Apr, 2010 6 commits
- 20 Apr, 2010 2 commits
- 19 Apr, 2010 2 commits
- 18 Apr, 2010 1 commit
-
-
antirez authored
-
- 17 Apr, 2010 8 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
Added support for Guru Mediation, and raising a guru mediation if refCount <= 0 but decrRefCount is called against such an object
-
- 16 Apr, 2010 7 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 15 Apr, 2010 3 commits
-
-
Konstantin Merenkov authored
-
Pieter Noordhuis authored
make sure that cmpobj is in decoded form when sorting by ALPHA (this solves edge case from previous commit where (!sortby && alpha) == 1)
-
Pieter Noordhuis authored
-