- 28 May, 2010 6 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
antirez authored
don't fsync after a rewrite if appendfsync is set to no. use aof_fsycn instead of fsync where appropriate
-
antirez authored
added new option no-appendfsync-on-rewrite to avoid blocking on fsync() in the main thread while a background process is doing big I/O
-
- 27 May, 2010 2 commits
-
-
antirez authored
-
Vincent Palmer authored
-
- 26 May, 2010 3 commits
-
-
antirez authored
-
antirez authored
-
Josiah Carlson authored
-
- 25 May, 2010 5 commits
- 21 May, 2010 3 commits
- 20 May, 2010 4 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 19 May, 2010 2 commits
- 18 May, 2010 1 commit
-
-
antirez authored
-
- 17 May, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 16 May, 2010 3 commits
- 15 May, 2010 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
print warnings in redis log when a test raises an exception (very likely to be caused by something like a failed assertion)
-
- 14 May, 2010 3 commits
- 13 May, 2010 5 commits
-
-
Ashley Martens authored
-
Pieter Noordhuis authored
-
antirez authored
very strong speedup in saving time performance when there are many integers in the dataset. Instead of decoding the object before to pass them to the rdbSaveObject layer we check asap if the object is integer encoded and can be written on disk as an integer.
-
antirez authored
-
antirez authored
-