]> git.saurik.com Git - redis.git/shortlog
redis.git
2009-06-09  antirezRedis-rb sync
2009-06-09  antirezmax inline request raised again to 1024*1024*256 bytes
2009-06-09  antirezmax bytes in an inline command raised to 1024*1024...
2009-06-08  antirezSPOP implemented. Hash table resizing for Sets and...
2009-06-07  antirezsome minor changes to the backtrace code
2009-06-07  antirezenable backtrace capabilities only for Linux and MacOSX
2009-06-07  antirezDump a backtrace on sigsegv/sigbus, original coded...
2009-06-06  antirezMerge git://github.com/dierbro/redis
2009-06-06  hrothgaradd more output
2009-06-06  hrothgarstore static function pointer for a useful stack trace
2009-06-06  antirezTODO updated
2009-06-06  antirezMakefile dependencies updated
2009-06-05  antirezAvoid a busy loop while sending very large replies...
2009-06-05  antirezKill the background saving process before performing...
2009-06-05  antirezLREM now returns :0 for non existing keys
2009-06-05  hrothgar- put some order in code
2009-06-05  antirezadded config.h for #ifdef business isolation, added...
2009-06-04  hrothgarremove die() :-)
2009-06-04  hrothgaradd compile options to debug
2009-06-04  hrothgarinitial commit print stack trace
2009-06-04  hrothgarinitial commit print stack trace
2009-06-04  antirezmacosx specific zmalloc.c, uses malloc_size function...
2009-06-04  antirezDEBUG OBJECT implemented
2009-06-04  antirezbacktrace support removed: unreliable stack trace :(
2009-06-04  antirezinitial backtrace dumping on sigsegv/sigbus + debug...
2009-06-03  antirezPython lib updated
2009-06-03  antirezshareobjectspoolsize implemented in reds.conf, in order...
2009-05-30  antirezErlang client updated
2009-05-30  antirezPython client library updated
2009-05-29  antirezRedis-rb minor bool convertion fix
2009-05-29  antirezruby library client is not Redis-rb merged with RubyRed...
2009-05-28  antirez__P completely removed from pqsort.c/h
2009-05-28  antirezanother minor fix for Solaris boxes
2009-05-28  antirezminor fix for Solaris boxes
2009-05-28  antirezminor fix for Solaris boxes
2009-05-27  antirezmaxmemory implemented
2009-05-26  antirezRedis git version modified to 0.101 in order to disting...
2009-05-26  antirezRedis 0.100 released
2009-05-26  antirezclient libraries synched in git
2009-05-26  antirezignore gcc warning about write() return code not checke...
2009-05-26  antirezmax bytes of a received command enlarged from 1k to 16k
2009-05-25  antirezRubyRedis: set TCP_NODELAY TCP socket option to to...
2009-05-25  antirezmaxclients implemented, see redis.conf for details
2009-05-25  antirezINFO command now reports replication info
2009-05-25  antirezminor fix to RubyRedis about bulk commands sent without...
2009-05-24  antirezWarns if using the default config
2009-05-24  antirezIssue with redis-client used in scripts solved, now...
2009-05-23  antirezRubyRedis: now sets are returned as arrays again, and...
2009-05-23  antirezSLAVEOF command documented
2009-05-23  antirezSLAVEOF command implemented for replication remote...
2009-05-22  antirezFix: no connection timeout for the master!
2009-05-22  antirezreplication slave timeout when receiving the initial...
2009-05-22  antirezREADME tutorial now reflects the new proto
2009-05-22  antirezcritical bug about glueoutputbuffers=yes fixed. Under...
2009-05-22  antirezTTL command doc added
2009-05-22  antirezTTL command implemented
2009-05-22  antirezS*STORE now return the cardinality of the resulting set
2009-05-22  antirezrubyredis more compatible with Redis-rb
2009-05-21  antirezminor indentation fix
2009-05-21  antireztimeout support and Redis-rb compatibility aliases...
2009-05-21  antirezRubyRedis info postprocessor rewritten in a more functi...
2009-05-21  antirezdead code removed from RubyRedis
2009-05-21  antirezcommand postprocessing implemented into RubyRedis
2009-05-20  antirezAutomagically reconnection of RubyRedis
2009-05-20  antirezRubyRedis: Array alike operators implemented
2009-05-20  antirezrandom testing code removed
2009-05-20  antirezRubyRedis DB selection forced at object creation
2009-05-20  antirezInitial version of an alternative Ruby client added
2009-05-20  antirezSDIFF / SDIFFSTORE added to doc
2009-05-20  antirezAman Gupta changes merged
2009-05-20  antirezMerge git://github.com/tmm1/redis
2009-05-20  Aman GuptaAllow timeout=0 config to disable client timeouts
2009-05-19  antirezPartial qsort implemented in SORT command, only when...
2009-05-19  antirezpsort.c/h added. This is a partial qsort implementation...
2009-05-17  Aman GuptaFix SINTER/UNIONSTORE to allow for &=/|= style operatio...
2009-05-17  Aman GuptaOptimize SDIFF to return as soon as the result set...
2009-05-17  antirezSDIFF/SDIFFSTORE implemnted unifying it with the implem...
2009-05-11  antireztimestamp in log lines
2009-05-11  antirezPython client updated pushing from Ludo's repository
2009-05-11  Ludovico Magnocavallodisconnect when we cannot read from the socket
2009-05-10  antirezbenchmark utility now supports random keys
2009-05-10  antirezminor doc changes
2009-05-09  antirezadded tests for vararg DEL
2009-05-09  antirezDEL is now a vararg, IMPORTANT: memory leak fixed in...
2009-05-09  antirezdoc changes
2009-05-09  antirezCPP client added thanks to Brian Hammond
2009-05-06  antirezInfinite number of arguments for MGET and all the other...
2009-05-04  antirezWarns if /proc/sys/vm/overcommit_memory is set to 0...
2009-04-30  antirezzmalloc fix, return NULL or real malloc failure
2009-04-30  antirezmore fixes for dict.c and the 150 million keys limit
2009-04-30  antirezdict.c modified to be able to handle more than 150...
2009-04-29  antirezfuzz stresser implemented in redis-test
2009-04-29  antirezfixed for HT resize check 32bits overflow
2009-04-29  antirezCheck for fork() failure in background saving
2009-04-28  antirezfix for the LZF off-by-one bug added
2009-04-28  antirezprint bytes used at exit on SHUTDOWN
2009-04-28  antirezSMOVE test added
2009-04-28  antirezSMOVE command implemented
2009-04-28  antirezless CPU usage in command parsing, case insensitive...
2009-04-28  antirezGETSET command doc added
next