]> git.saurik.com Git - redis.git/shortlog
redis.git
2009-11-21  antirezversion incremented up to 1.06
2009-11-21  antirezTODO aesthetic changes
2009-11-21  antirezTODO updated with plans up to 1.5
2009-11-21  antirezSRANDMEMBER test
2009-11-21  antirezFixed a SORT memory leak that should never happen in...
2009-11-21  antirezSORT GET # implemented, with a test
2009-11-21  antirezEXPIREAT test
2009-11-20  antirezEXPIRE tests
2009-11-20  antirezmore RPOPLPUSH tests
2009-11-20  antirezRPOPLPUSH tests added
2009-11-20  antirezZINCRBY return value fixed
2009-11-20  antirezZINCRSCOREBY => ZINCRBY
2009-11-19  antirezZINCRSCOREBY implemented
2009-11-19  antirezwritev() finally uncommented again
2009-11-19  antirezredis-benchmark hopefully last bug with multi bulk...
2009-11-19  antirezdebug mode in redis-bench
2009-11-19  antirezUse writev(2) if glue output buffers is disabled
2009-11-19  antirezbenchmark.c fixes
2009-11-18  antirezmore experiments with long replies, glue output buffer...
2009-11-18  antirezbenchmarking with different number of LRANGE elements...
2009-11-18  antirezmore writev tests/work
2009-11-18  antirezredis-benchmark multi bulk reply support hopefully...
2009-11-17  antirezsupport for writev implemented but currently ifdef...
2009-11-17  antirezmulti-bulk reply support for redis-bench, and as a...
2009-11-12  antirezSolaris fix thanks to Alan Harder
2009-11-12  antirezMerge git://github.com/ianxm/redis
2009-11-12  antirezZSCORE fixed, now returns NULL on missing key or missin...
2009-11-12  antirezRedis test will not fail the SAVE test even if a backgr...
2009-11-12  antirezLPOPPUSH renamed into RPOPLPUSH
2009-11-12  iancan select db num
2009-11-11  antirezWorkaround for test-redis.tcl and Tcl 8.4.x about ZSCOR...
2009-11-11  antirezRemoved a long time warning compiling with recent GCC...
2009-11-11  antirezTODO updated
2009-11-11  antirezLPUSHPOP first implementation
2009-11-10  antirezTcl script, make target, and redis.c changes to build...
2009-11-10  antirezImplemented a much better lazy expiring algorithm for...
2009-11-10  antirezFixed issue 92 in redis: redis-cli (nil) return value...
2009-11-10  antirezMinor TODO change with new expiring algorithm descripti...
2009-11-04  antirezredis-test is now a better Redis citizen, testing every...
2009-11-04  rootfixed a refcounting bug with SORT ... STORE leading...
2009-11-04  antirezmasterauth option merged, thanks to Anthony Lauzon
2009-11-03  antirezZSets double to string serialization fixed
2009-11-03  antirezclient-libraries directory readded
2009-11-03  antirezredis.tcl put at toplevel since it's uesd for the test...
2009-11-03  antirezclient libs removed from Redis git
2009-11-03  antirezredis-cli now accepts a -r (repeat) switch. Still there...
2009-11-01  antirezTODO updated again
2009-11-01  antirezTODO updated
2009-11-01  antirezredis-cli now makes clear when the returned string...
2009-11-01  antirezSORT STORE option
2009-11-01  antireznow Redis prints DB stats just after the startup withou...
2009-11-01  antirezanother fix for append only mode, now read-only operati...
2009-11-01  antirezappendfsync parsing in config file fixed. If you benchm...
2009-11-01  antirezappend only file loading fixed
2009-11-01  antirezfirst version of append only file loading -- STILL...
2009-10-31  antirezFixed Issue 83:Using TYPE on a zset results in a malfor...
2009-10-31  antirezFixed compilation on Linux
2009-10-30  antirezappend only mode is now able to translate EXPIRE into...
2009-10-30  antirezappendfsync is now set to NO by default
2009-10-30  antirezsupport for appendonly mode no, always, everysec
2009-10-30  antirezfirst fix for append only mode
2009-10-30  antirezInitial implementation of append-only mode. Loading...
2009-10-29  antirezEXPIRE behaviour changed a bit, a negative TTL or an...
2009-10-29  antirezEXPIREAT implemented, will be useful for the append...
2009-10-29  antirezFixed Issue 74 (ERR just returned on invalid password...
2009-10-29  antirezFixed issue 72 (SLAVEOF shutdowns redis-server on malfo...
2009-10-29  antirezFixed issue 77 (Incorrect time in log files) thanks...
2009-10-29  antirezFixed Issue 76 (redis-server crashes when it can't...
2009-10-29  antirezZREMRANGEBYSCORE implemented. Remove a range of element...
2009-10-28  antirezTODO changes and mostly theoretical minor skiplist...
2009-10-28  antirezZLEN renamed ZCARD for consistency with SCARD
2009-10-27  antirezTODO reworked to reflect the real roadmap
2009-10-27  antirezFix for 'make 32bit'
2009-10-27  antireza fix for the solaris fix itself ;)
2009-10-27  antirezMore Solaris fixes
2009-10-27  antirezA lot of ZSETs tests implemented, and a bug fixed thank...
2009-10-27  antirezzmalloc Solaris fixes thanks to Alan Harder
2009-10-27  antirezZSCORE implemented
2009-10-26  antirezfix for ZRANGEBYSCORE
2009-10-26  antirezZRANGEBYSCORE implemented. Redis got range queries!
2009-10-26  antirezA trivial change makes the new implementation O(log...
2009-10-26  antirezZSET now saved on disk like any other type
2009-10-26  antirezdouble serialization routines implemented
2009-10-26  antirezZSETs random fixes. Now the implementation appears...
2009-10-26  antirezanother leak fixed. Can't find more for now, but still...
2009-10-26  antirezZSETs memory leak #1 solved, another one missing
2009-10-26  antirezFix for skiplists backward link
2009-10-26  antirezMerged Solaris patches provided by Alan Harder
2009-10-26  antirezbackward support to skiplists for ZREVRANGE, still...
2009-10-26  antirezTODO updated
2009-10-26  antirezZREM implemented
2009-10-23  antirezfix for ZADD in score update mode
2009-10-23  antirezsome work on ZADD against existing element (score updat...
2009-10-23  antirezzrange now starts to work. zadd still does not support...
2009-10-23  antirezzrange initial hack (not working for now)
2009-10-23  antirezfirst skiplist fix, courtesy of valgrind
2009-10-23  antirezzset symbols added to stack trace code. ZSets will...
2009-10-23  antirezmore work on ZSETs and a new make target called 32bit...
2009-10-23  antirezinitial skiplist implementation. Most memory checks...
2009-10-22  antirezFixed compilation in mac os x snow leopard when compili...
next