]> git.saurik.com Git - redis.git/shortlog
redis.git
2009-10-16  antirezmulti bulk input protocol fixed
2009-10-16  antirezMSET and MSETNX commands implemented
2009-10-07  antirezundoed all the sds hacking that lead just to random...
2009-10-07  antirezinitial multi-bulk query protocol, this will allow...
2009-10-03  antirezbenchmark now outputs the right command line to shorten...
2009-10-02  antirezIssue 69 fixed. Object integer encoding now works with...
2009-09-18  antirezLREM fixed, used to crash since the new object integer...
2009-09-17  antirezmaxmemory didn't worked in 64 systems for values >...
2009-09-10  antirezincremented version number to 1.001, AKA Redis edge...
2009-09-10  antirezin-memory specialized object encoding (for now 32 signe...
2009-09-03  antirezLatest doc changes for 1.0
2009-09-03  antirezRedis 1.0.0 release
2009-09-02  antirezRedis version pushed to 1.0
2009-09-02  antirezRuby client lib updated to the latest git version
2009-09-02  antirezupdate-scala-client script added
2009-09-02  antirezScala client added thanks to Alejanro Crosa
2009-09-02  antirezQuickStart added
2009-09-01  antirezFixed crash with only space and newline as command...
2009-08-11  antirezTODO list modified
2009-07-24  antirezmore snow leopard related fixes (for 32bit systems)
2009-07-24  antirezfixed compilation with Snow Leopard, thanks to Lon...
2009-07-22  antirezFixed NetBSD compile problems
2009-07-17  antireznow the size of the shared pool can be really modified...
2009-07-05  antirezadded utils/redis-copy.rb, a script that is able to...
2009-07-04  antirezApplied three different patches thanks to Chris Lamb...
2009-07-03  antirezbugfix: EXPIRE now propagates to the Slave.
2009-06-16  antirezRedis version modified to 0.900
2009-06-16  antirezupdate-ruby-client script already points to ezmobius...
2009-06-16  antirezclient libraries updated
2009-06-16  antirezRedis release candidate 1
2009-06-16  antirezBetter handling of background saving process killed...
2009-06-14  antireznumber of keys info in INFO command thanks to Diego...
2009-06-14  antirezSPOP documented
2009-06-14  antirezClojure library thanks to Ragnar DahlĂ©n
2009-06-10  antirezIt is now possible to specify - as config file name...
2009-06-09  antirezsync with jodosha redis-rb
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
next