]> git.saurik.com Git - redis.git/history - redis.c
vm swap file creation, and some basic configuration
[redis.git] / redis.c
2010-01-04  antirezvm swap file creation, and some basic configuration
2010-01-04  antirezversion marked 1.3.2
2010-01-04  antirezsaving code refactored a bit, added a function returnin...
2010-01-02  antirezNow the PUSH side of RPOPLPUSH is able to unblock clien...
2010-01-02  antirezVersion is now 1.3.1
2010-01-02  antirezNew vararg BLPOP able to block against multiple keys
2009-12-30  antirezfixed a problem with BLPOP timeout of zero, now it...
2009-12-29  antirezBLPOP timeouts implemented
2009-12-29  antirezfirst working implementation of BLPOP and BRPOP, still...
2009-12-29  antireza few more fixes, still broken
2009-12-29  antirezFirst fix, still broken
2009-12-29  antirezminor fix for Linux 64 bit
2009-12-29  antireznot yet working BLPOP implementation
2009-12-28  antirezAOFSYNC removed, got a better idea...
2009-12-28  antirezAOFSYNC command implemented
2009-12-27  antirezVersion changed to 1.3.0, welcome to the new unstable
2009-12-27  antirezNow MULTI returns +OK as well
2009-12-27  antirezMULTI/EXEC first implementation
2009-12-24  antirezFixed a minor bug in GETSET, now the SET part is not...
2009-12-23  antirezversion is now 1.1.94
2009-12-23  antirezAdd the command name in the unknown command error message.
2009-12-22  antirezZRANGE, ZREVRANGE now support WITHSCORES options
2009-12-18  antirezNow SORT returns an empty bulk reply if the key does...
2009-12-18  antirezSHUTDOWN now does the right thing when append only...
2009-12-18  antirezAdded a missing server.dirty increment in a non critica...
2009-12-18  antirezLTRIM now returns +OK against non existing keys. More...
2009-12-16  antirezLZF compression re-enabled by default, but with INIT_HT...
2009-12-16  antirezlzf compression switched off by default now, with confi...
2009-12-16  antirezRegression for epoll bug in redis-test.tcl, version...
2009-12-15  antirezversion is now 1.1.92
2009-12-15  antirezTwo important fixes to append only file: zero length...
2009-12-15  antirezdebug loadaof implemented in order to add more consiste...
2009-12-15  antirezAdded a new test able to stress a lot the snapshotting...
2009-12-15  antirezUnified handling of empty queries with normal queries.
2009-12-15  antirezFixed some subtle bug in the command processing code...
2009-12-15  antirezFixed issue #121
2009-12-13  antirezChanged the reply of BGSAVE and BGREWRITEAOF from ...
2009-12-13  antirezSet the master->slave logical client as authenticated...
2009-12-12  antirezbgrewriteaof_in_progress added to INFO
2009-12-11  antirezsome change to redis-sha1.rb utility to make it more...
2009-12-10  antireza bit more verbose -ERR wrong number o arguments error...
2009-12-10  antirezTODO change and minor SETNX optimization
2009-12-06  antirezin rdbLoadDoubleValue now the buffer is nul terminated...
2009-12-06  antirezprintf format warnings fixed by casting
2009-12-06  antirezRegression tests for SETNX and MSETNX bugs added
2009-12-06  antirezSETNX and MSETNX now respect the delete-on-write operat...
2009-12-05  antirezFixed daemonization when using kqueue/kevent. Now the...
2009-12-05  antirezmore HTML doc changes
2009-12-05  antirezuse __attribute__ format in sdscatprintf() when the...
2009-12-01  antirezcompilation problem on 64bit mac os x 10.5 possibly...
2009-11-30  antirezFixed issued #85 (getDecodedObject: Assertion 1 !=...
2009-11-29  antirezVersion chagned to 1.100, also known as the first first...
2009-11-29  antirezmore tests in test-redis.tcl, some minor fix
2009-11-29  antirezSORT support for sorted sets
2009-11-28  antirezImplemented LIMIT option in ZRANGEBYSCORE. We now enter...
2009-11-28  antirezZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial...
2009-11-28  antirezINFO refactored. Stack trace on memory corruption now...
2009-11-28  antirezifdefs added to use kevent on Free Open and Net BSD...
2009-11-28  antirezEnabled object encoding for multiple keys in MSET....
2009-11-28  antirezMerge branch 'kqueue' of git://github.com/mallipeddi...
2009-11-28  antirezChanges to TODO list, commented a function in redis.c
2009-11-26  antirezzero length bulk data reading fixed in loadAppendOnlyFile()
2009-11-26  antirezappend only file fixes
2009-11-26  antirezlog rebuilding, random refactoring, work in progress...
2009-11-24  antirezDEBUG RELOAD implemented, and test-redis.tcl modified...
2009-11-24  antirezRedis version set to 1.07
2009-11-24  antirezsorted sets saving fixed
2009-11-23  antirezae.c now supports multiple polling API modules, even...
2009-11-21  antirezversion incremented up to 1.06
2009-11-21  antirezFixed a SORT memory leak that should never happen in...
2009-11-21  antirezSORT GET # implemented, with a test
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  antirezUse writev(2) if glue output buffers is disabled
2009-11-18  antirezmore experiments with long replies, glue output buffer...
2009-11-18  antirezbenchmarking with different number of LRANGE elements...
2009-11-17  antirezsupport for writev implemented but currently ifdef...
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  antirezLPOPPUSH renamed into RPOPLPUSH
2009-11-11  antirezRemoved a long time warning compiling with recent GCC...
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-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-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...
next