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
max bytes in an inline command raised to 1024*1024 bytes, in order to allow for very large MGETs and still protect from client crashes More... over 16 years ago
SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP. More... over 16 years ago
some minor changes to the backtrace code More... over 16 years ago
enable backtrace capabilities only for Linux and MacOSX More... over 16 years ago
Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Brogna, modified in order to work on different OSes and to enhance reliability More... over 16 years ago
Merge git://github.com/dierbro/redis More... over 16 years ago
add more output More... over 16 years ago
store static function pointer for a useful stack trace More... over 16 years ago
TODO updated More... over 16 years ago
Makefile dependencies updated More... over 16 years ago
Avoid a busy loop while sending very large replies against very fast links, this allows to be more responsive with other clients even under a KEY * against the loopback interface More... over 16 years ago
Kill the background saving process before performing SHUTDOWN to avoid races More... over 16 years ago
LREM now returns :0 for non existing keys More... over 16 years ago
- put some order in code - better output More... over 16 years ago
added config.h for #ifdef business isolation, added fstat64 for Mac OS X More... over 16 years ago
remove die() :-) More... over 16 years ago
add compile options to debug More... over 16 years ago
initial commit print stack trace More... over 16 years ago
initial commit print stack trace More... over 16 years ago
macosx specific zmalloc.c, uses malloc_size function in order to avoid to waste memory and time to put an additional header More... over 16 years ago
DEBUG OBJECT implemented More... over 16 years ago
backtrace support removed: unreliable stack trace :( More... over 16 years ago
initial backtrace dumping on sigsegv/sigbus + debug command More... over 16 years ago
Python lib updated More... over 16 years ago
shareobjectspoolsize implemented in reds.conf, in order to control the pool size when object sharing is on More... over 16 years ago
Erlang client updated More... over 16 years ago
Python client library updated More... over 16 years ago
Redis-rb minor bool convertion fix More... over 16 years ago
ruby library client is not Redis-rb merged with RubyRedis "engine" by Brian McKinney More... over 16 years ago
__P completely removed from pqsort.c/h More... over 16 years ago