- 19 May, 2010 1 commit
-
-
antirez authored
-
- 18 May, 2010 4 commits
- 17 May, 2010 3 commits
-
-
antirez authored
-
antirez authored
buliding of release.h moved into an external script. Avoided recompialtion of redis.c if git sha1 is the same as the previous one
-
Pieter Noordhuis authored
-
- 16 May, 2010 3 commits
- 15 May, 2010 2 commits
-
-
antirez authored
-
http://github.com/tizoc/redisantirez authored
-
- 14 May, 2010 23 commits
-
-
antirez authored
-
git://github.com/pietern/redisantirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
use DEBUG DIGEST in the test instead of a function that was doing a similar work, but in a much slower and buggy way
-
Bruno Deferrari authored
-
Bruno Deferrari authored
-
antirez authored
DEBUG DIGEST implemented, in order to improve the ability to test persistence and replication consistency
-
- 13 May, 2010 4 commits
-
-
antirez authored
-
antirez 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.
-