- 18 Dec, 2009 4 commits
- 16 Dec, 2009 3 commits
- 15 Dec, 2009 7 commits
-
-
antirez authored
-
antirez authored
Two important fixes to append only file: zero length values and expires. A pretty neat new test to check consistency of randomly build datasets against snapshotting and AOF.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Fixed some subtle bug in the command processing code almost impossible to spot in the real world, thanks to gcov
-
antirez authored
-
- 13 Dec, 2009 2 commits
-
-
antirez authored
Changed the reply of BGSAVE and BGREWRITEAOF from +OK to a more meaningful message that makes the user aware of an operation that just started and is not yet finished.
-
antirez authored
Set the master->slave logical client as authenticated on creation, so that if the slave requires a password replication works anyway
-
- 12 Dec, 2009 1 commit
-
-
antirez authored
-
- 11 Dec, 2009 1 commit
-
-
antirez authored
some change to redis-sha1.rb utility to make it more robust against non-meaningful changes in the dataset
-
- 10 Dec, 2009 2 commits
- 06 Dec, 2009 4 commits
- 05 Dec, 2009 3 commits
- 01 Dec, 2009 1 commit
-
-
antirez authored
-
- 30 Nov, 2009 1 commit
-
-
antirez authored
Fixed issued #85 (getDecodedObject: Assertion 1 != 1 failed. While sorting a set), added a smarter assert() function to dump the stacktrace, provided a macro to initalize Redis objects on the stack to avoid this kind of bugs.
-
- 29 Nov, 2009 3 commits
- 28 Nov, 2009 6 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
INFO refactored. Stack trace on memory corruption now dumps the same information as the INFO command
-
antirez authored
ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c modified in order to report the multiplexing API in use
-
antirez authored
Enabled object encoding for multiple keys in MSET. Added a test for memory leaks in test-redis.tcl when running on Mac OS X
-
antirez authored
-
- 26 Nov, 2009 2 commits