]> git.saurik.com Git - redis.git/shortlog
redis.git
2011-01-17  antireza better release note for Redis unstable provided
2011-01-17  Pieter NoordhuisRemove client from list of unblocked clients when it...
2011-01-15  antirezdefault hash encoding settings also fixed in redis...
2011-01-15  antirezlame typo causing bad hashes memory characteristic
2011-01-14  antirezimplemented two new INFO fields showing the size of...
2011-01-14  antirezmaster-slave replication fixed, it was not listing...
2011-01-13  antirezredisServer structure fields reordered for clarity
2011-01-10  antirezTODO modified
2011-01-09  antirezminor aesthetic change in test suite messages
2011-01-09  antirezrun both inmemory and diskstore tests.
2011-01-09  antirezfixed bgsave_in_progress in INFO when BGSAVEing with...
2011-01-09  antirezDEBUG FLUSHCACHE needs to wait that everything was...
2011-01-09  antireztest adapted to run with diskstore, and a few bugs...
2011-01-09  antirezinitial fix of the test suite to run both in in-memory...
2011-01-09  antirezallocation stats in INFO
2011-01-08  antirezTODO updated
2011-01-08  antirezDEBUG OBJECT fixed with diskstore, force loading
2011-01-08  antirezresolved a problem with delayed loading of keys
2011-01-07  antirezblocking SAVE implemented
2011-01-07  antirezavoid bgsaving temp files
2011-01-07  antirezdiskstore BGSAVE should work now
2011-01-07  antirezmore work towards diskstore bgsave
2011-01-07  antirezsource reshaped a bit to play well with a bgsaving...
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-07  antirezTODO updated
2011-01-05  antirezBGSAVE work in progress
2011-01-05  antirezMerge remote branch 'pietern/writev-unstable' into...
2011-01-05  antirezIO performances greatly improved under high writes...
2011-01-05  Pieter NoordhuisRemove newlines for networking errors
2011-01-05  Pieter NoordhuisRemove glueoutputbuf from redis.conf
2011-01-05  Pieter NoordhuisRemove glueoutputbuf option and broken code
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-04  antirezhandle end of space on device in a better way
2011-01-04  antirezstrictly honour memory limit
2011-01-04  antirezrename(2) used in diskstore.c for atomic updates of...
2011-01-04  antirezTODO list updated
2011-01-03  antirezfixed logging level for debugging message
2011-01-03  antirezstupid bug fixed
2011-01-03  antirezserious performance enhancement of diskstore
2011-01-03  antirezdiskstore more fixes
2011-01-03  antirezcomments on top of dscache.c updated
2011-01-03  antirezdiskstore FLUSH* fixed
2011-01-03  antirezdiskstore bug fixing and negative cache proper implemen...
2011-01-03  antirezFLUSHALL / FLUSHDB for diskstore implemented
2011-01-02  antirezfixed cache-flush-delay configuration parsing
2011-01-02  antirezfixed a bug in diskstore
2011-01-02  antirezdiskstore race condition fixed
2011-01-01  antirezminor comment change of dscache.c
2011-01-01  antirezblocking load fixed with the new design
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-31  antirezminor changes to doc and comments
2010-12-31  antireznegative caching implemented
2010-12-31  antirezdon't overload the IO job queue if there are alrady...
2010-12-31  antirezmajor bug and a dead lock fixed
2010-12-31  antirezbrainstorming with myself in dscache.c comments
2010-12-30  antirezblocking load of keys on lookup -- nor tested, nor...
2010-12-30  antirezshort but important comment added
2010-12-30  antirezhandled DEL command as a special optimized case for...
2010-12-30  antirezdiskstore cache bug fixing
2010-12-30  antirezdon't use small shared integer objects when disk store...
2010-12-30  antirezadded cache-flush-delay configuration directive. Don...
2010-12-30  antirezfixed bugs on diskstore cache
2010-12-30  antirezfilesystem based KV store mostly implemented in diskstore.c
2010-12-30  antireznew gitingore
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-30  antirezfixed a few bugs in DS store, now it's somewhat about...
2010-12-29  antirezdisk store logged messages improved
2010-12-29  antirezdiskstore directory structure creation
2010-12-29  antirezcron part of disk store object cache implemented. Objec...
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-29  antirezversion set to 2.3.0
2010-12-29  antirezmore step forwards for disk store to be able to run
2010-12-29  antirezimplemented complete job handling
2010-12-29  antirezstill more work for diskstore
2010-12-28  antirezmore work converting vm into object cache
2010-12-28  antirezremoved parts of VM that probably will be of no use...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-12-28  antirezinitial changes needed to turn the current VM code...
2010-12-28  antirezadded diskstore.c in Makefile and prototypes in redis.h
2010-12-26  antirezadded diskstore.c, currently just a stub
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-23  Pieter NoordhuisFix compiler warnings on Solaris
2010-12-23  Pieter Noordhuislimits.h is already included from redis.h
2010-12-23  Pieter NoordhuisSolaris 10 doesn't know AF_LOCAL
2010-12-23  Pieter NoordhuisSolaris doesn't support -rdynamic
2010-12-23  Pieter NoordhuisUpdate hiredis to 0.9.2
2010-12-23  Pieter NoordhuisRandomize keys and set start time when first write...
2010-12-23  Pieter NoordhuisFind substrings to randomize when the client is created
2010-12-22  Pieter NoordhuisMake the MSET benchmark *really* work with 10 keys
2010-12-22  Pieter NoordhuisRemove code duplication
2010-12-20  antirezadded mkrelease.sh script into utils. gitignore modifie...
2010-12-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-20  antirezTODO udpated
2010-12-19  antirezhelp.h updated
2010-12-19  antirezremoved some dead code, added evicted keys counter...
2010-12-19  antirezoverflow detection in INCR family functions
2010-12-18  Didier SpeziaAdd wait states to deal with many connections.
2010-12-18  Pieter NoordhuisUse multi-bulk protocol by default in redis-benchmark
2010-12-16  Pieter NoordhuisRe-use variable data in redis-benchmark
2010-12-16  Pieter NoordhuisFix NULL-termination of variable data in redis-benchmark
next