0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Dec 10, 2023 — Dec 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TODO update More... over 15 years ago
compilation problem on 64bit mac os x 10.5 possibly fixed More... over 15 years ago
virtual memory design doc typos More... over 15 years ago
design documents added to the project More... over 15 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... over 15 years ago
fixed a subtle bug in redis-cli not having visible effects More... over 15 years ago
TODO updated More... over 15 years ago
Version chagned to 1.100, also known as the first first 2.0 beta version More... over 15 years ago
more tests in test-redis.tcl, some minor fix More... over 15 years ago
SORT support for sorted sets More... over 15 years ago
Implemented LIMIT option in ZRANGEBYSCORE. We now enter feature-freeze More... over 15 years ago
Changelog updated More... over 15 years ago
html doc updated More... over 15 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... over 15 years ago
TODO updated More... over 15 years ago
ZRANGEBYSCORE fuzzy test More... over 15 years ago
ZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial test added More... over 15 years ago
INFO refactored. Stack trace on memory corruption now dumps the same information as the INFO command More... over 15 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... over 15 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... over 15 years ago
Merge branch 'kqueue' of git://github.com/mallipeddi/redis More... over 15 years ago
Changes to TODO list, commented a function in redis.c More... over 15 years ago
Added support for kqueue. More... over 15 years ago
TODO updated More... over 15 years ago
zero length bulk data reading fixed in loadAppendOnlyFile() More... over 15 years ago
append only file fixes More... over 15 years ago
log rebuilding, random refactoring, work in progress please wait for an OK commit before to use this version More... over 15 years ago
DEBUG RELOAD implemented, and test-redis.tcl modified to use it to check for persistence consistency. More... over 15 years ago
Redis version set to 1.07 More... over 15 years ago
sorted sets saving fixed More... over 15 years ago