]> git.saurik.com Git - redis.git/shortlog
redis.git
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
2009-04-28  antirezGETSET tests
2009-04-28  antirezGETSET implemented
2009-04-27  antirezability to specify a different file name for the DB
2009-04-27  antirezlog file parsing code improved a bit
2009-04-27  antirezbgsave_in_progress field in INFO output
2009-04-27  antirezINCRBY/DECRBY now support 64bit increments, with tests
2009-04-23  antirezRANDOMKEY regression test added
2009-04-23  antirezdictGetRandomKey bug fixed, RANDOMKEY will not block...
2009-04-21  antirezFLUSHALL/FLUSHDB no longer sync on disk. Just increment...
2009-04-21  antirezforgot to comment testing code in PHP lib. Now it is ok
2009-04-21  antirezPHP client ported to PHP5 and fixed
2009-04-20  antirezdoc update
2009-04-20  antirezNon blocking replication (finally!). C-side linked...
2009-04-19  antirezSUNION, SUNIONSTORE, Initial work on non blocking repli...
2009-04-10  antirezRedis 0.091 released
2009-04-10  antirezSINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now...
2009-04-09  antirezdoc changes
2009-04-08  antirezTODO changes, minor change to default redis.conf
2009-04-08  antirezhtml doc updated
2009-04-08  antirezlibrary clients update scripts
2009-04-08  antirezRuby client updated
2009-04-08  antirezLua client updated
2009-04-08  antirezChangelog updated
2009-04-08  antirezMerge git://github.com/ludoo/redis
2009-04-08  Ludovico Magnocavalloadd expire command to the php lib
2009-04-08  Ludovico Magnocavallofix decode bug, add flush and info commands
2009-04-07  Bob PotterRearrange redisObject struct to reduce memory usage...
2009-04-07  Bob Potterruby19 compat: use each_line on string
2009-04-07  Bob Potter64bit fixes for usedmemory
2009-04-07  antirezRANDOMKEY issue 26 fixed, generic test + regression...
2009-04-06  antirezDon't accept SAVE if BGSAVE is in progress
2009-04-06  Ludovico Magnocavalloadd expire command to the python lib
2009-04-03  antirezpersistent EXPIRE
2009-04-03  antirezdirty increment was missing in two points. TODO updated
2009-04-02  antirezLZF configured to initalize the HT in order to be deter...
2009-04-02  Ludovico Magnocavallofix select test
2009-04-02  Ludovico Magnocavallofix trailing cr+nl in values
2009-04-02  antirezcompression/decompression of large values on disk now...
2009-04-02  antirezdisable LZF compression since it's not able to load...
2009-04-02  antireznew LZF files added
2009-04-02  antirezFixed issue 23 about AUTH
2009-04-02  antirezIssue 22 fixed
2009-04-01  antireznon-lazy expired keys purging implemented
2009-04-01  antirezfastlz dependence removed
2009-04-01  antirezInitial implementation of EXPIRE
2009-03-30  antirezTODO updated
2009-03-30  antirezchangelog added
2009-03-28  antirezredis-sha1 utility added
2009-03-28  antirezInteger encoding implemented in dump file. Doc updated
2009-03-27  antirezfeature macros defined to play well with C99
2009-03-27  antirezfeature macros defined to play well with C99
2009-03-27  antireznow Redis is C99-ok
2009-03-27  antirezIMPORTANT FIX: new dump format implementation was broke...
next