137
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Dec 06, 2024 — Dec 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
design documents added to the project More... about 16 years ago
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. More... about 16 years ago
fixed a subtle bug in redis-cli not having visible effects More... about 16 years ago
TODO updated More... about 16 years ago
Version chagned to 1.100, also known as the first first 2.0 beta version More... about 16 years ago
more tests in test-redis.tcl, some minor fix More... about 16 years ago
SORT support for sorted sets More... about 16 years ago
Implemented LIMIT option in ZRANGEBYSCORE. We now enter feature-freeze More... about 16 years ago
Changelog updated More... about 16 years ago
html doc updated More... about 16 years ago
enable kqueue/kevent only for Mac OS X 10.6.x as it seems that 10.5.x has a broken implementation of this syscalls. More... about 16 years ago
TODO updated More... about 16 years ago
ZRANGEBYSCORE fuzzy test More... about 16 years ago
ZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial test added More... about 16 years ago
INFO refactored. Stack trace on memory corruption now dumps the same information as the INFO command More... about 16 years ago
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 More... about 16 years ago
Enabled object encoding for multiple keys in MSET. Added a test for memory leaks in test-redis.tcl when running on Mac OS X More... about 16 years ago
Merge branch 'kqueue' of git://github.com/mallipeddi/redis More... about 16 years ago
Changes to TODO list, commented a function in redis.c More... about 16 years ago
Added support for kqueue. More... about 16 years ago
TODO updated More... about 16 years ago
zero length bulk data reading fixed in loadAppendOnlyFile() More... about 16 years ago
append only file fixes More... about 16 years ago
log rebuilding, random refactoring, work in progress please wait for an OK commit before to use this version More... about 16 years ago
DEBUG RELOAD implemented, and test-redis.tcl modified to use it to check for persistence consistency. More... about 16 years ago
Redis version set to 1.07 More... about 16 years ago
sorted sets saving fixed More... about 16 years ago
minor TODO change More... about 16 years ago
minor fix to avoid a false valgrind warning. More... about 16 years ago
epoll support enabled by default for Linux builds More... about 16 years ago