- 13 Dec, 2009 1 commit
-
-
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 3 commits
- 24 Nov, 2009 3 commits
- 23 Nov, 2009 1 commit
-
-
antirez authored
ae.c now supports multiple polling API modules, even if only ae_select.c is implemented currently. Also adding and removing an event is now O(1).
-
- 21 Nov, 2009 3 commits
- 20 Nov, 2009 2 commits
- 19 Nov, 2009 4 commits
- 18 Nov, 2009 1 commit
-
-
antirez authored
-