137
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ZSETs memory leak #1 solved, another one missing More... about 16 years ago
Fix for skiplists backward link More... about 16 years ago
Merged Solaris patches provided by Alan Harder More... about 16 years ago
backward support to skiplists for ZREVRANGE, still broken, committing since I've to merge the Solaris patches More... about 16 years ago
TODO updated More... about 16 years ago
ZREM implemented More... about 16 years ago
fix for ZADD in score update mode More... about 16 years ago
some work on ZADD against existing element (score update), still broken... More... about 16 years ago
zrange now starts to work. zadd still does not support update and will crash or leak or b000mmmmm More... about 16 years ago
zrange initial hack (not working for now) More... about 16 years ago
first skiplist fix, courtesy of valgrind More... about 16 years ago
zset symbols added to stack trace code. ZSets will simply crash at the moment More... about 16 years ago
more work on ZSETs and a new make target called 32bit to build i386 binaries on mac os x leopard More... about 16 years ago
initial skiplist implementation. Most memory checks removed and zmalloc() modified to fail with an error message and abort. Anyway Redis is not designed to recover from out of memory conditions. More... about 16 years ago
Fixed compilation in mac os x snow leopard when compiling a 32 bit binary. More... about 16 years ago
version incremented to 1.050 to distinguish from 1.001 stable and next stable versions with minor fixes More... about 16 years ago
TODO updated More... about 16 years ago
SRANDMEMBER added More... about 16 years ago
Imporant bug leading to data corruption fixed (NOT affecting stable distribution), Tcl client lib MSET/MSETNX implementation fixed, Added new tests for MSET and MSETNX in test-redis.tcl More... about 16 years ago
added multi-bulk protocol support to redis-cli and support for MSET and MSETNX More... about 16 years ago
MSET fixed, was not able to replace keys already set for a stupid bug More... about 16 years ago
some dead code removed More... about 16 years ago
multi bulk input protocol fixed More... about 16 years ago
MSET and MSETNX commands implemented More... about 16 years ago
undoed all the sds hacking that lead just to random bugs and no memory saving ;) More... about 16 years ago
initial multi-bulk query protocol, this will allow MSET and other interesting features. More... about 16 years ago
benchmark now outputs the right command line to shorten the TIME_WAIT interval on Mac OS X when keep alive is set More... about 16 years ago
Issue 69 fixed. Object integer encoding now works with replication and MONITORing again. More... about 16 years ago
LREM fixed, used to crash since the new object integer encoding is on the stage More... about 16 years ago
maxmemory didn't worked in 64 systems for values > 4GB since it used to be an unsigned int. Fixed More... about 16 years ago