]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-01-05  antirezA first fix for SET key overwrite
2010-01-05  antirezSAVE now works with VM
2010-01-05  antirezswapping algorithm a bit more aggressive under low...
2010-01-05  antirezbasic VM mostly working!
2010-01-05  antirezNew object field (one of the unused bytes) to hold...
2010-01-05  antirezVM internals bugfixes, set 1
2010-01-05  antirezload key from swap on key lookup
2010-01-05  antirezmore object-level VM primitives
2010-01-05  antirezRedis objects swapping / loading
2010-01-05  antirezrdbLoadObject() as a separated function to load objects...
2010-01-05  antirezVM low level pages handling
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  antirezhtml doc readded
2009-12-23  antirezZRANGE WITHSCORES test added
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-22  antirezhtml docs update (ZINCRBY added)
2009-12-18  antirezTODO list update
2009-12-18  antirezthe pipelining test was ran against DB 1 for error...
2009-12-18  antirezstill more tests
2009-12-18  antirezSORT STORE test added
2009-12-18  antirezNow SORT returns an empty bulk reply if the key does...
2009-12-18  antirezmodified a bit the ZREVRANGE test to cover a few lines...
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 stress testing test added
2009-12-18  antirezLTRIM now returns +OK against non existing keys. More...
2009-12-18  antirezadded sdstoupper() declaration in sds.h
2009-12-18  antirezFixed sds.c bug #124
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-16  antirezFixed a lame epoll issue
2009-12-15  antirezhtml doc updated
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  antirezRegression test for SINTERSTORE added
2009-12-15  antirezFixed issue #121
2009-12-14  antireza few more tests and ability to run a specific test...
2009-12-13  antirezChanged the reply of BGSAVE and BGREWRITEAOF from ...
2009-12-13  antirezSet the master->slave logical client as authenticated...
2009-12-13  antirezTODO update
2009-12-12  antirezbgrewriteaof_in_progress added to INFO
2009-12-12  antirezTODO list modified. What's planned for 1.4 is now writt...
2009-12-11  antirezbetter handling of non blocking connect on redis-benchm...
2009-12-11  antirezsome change to redis-sha1.rb utility to make it more...
2009-12-10  antirezredis-sha1.rb utility updated
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  antirezHTML doc update
2009-12-05  antireza few redis-cli format specified fixed
2009-12-05  antirezuse __attribute__ format in sdscatprintf() when the...
2009-12-01  antirezTODO update
2009-12-01  antirezcompilation problem on 64bit mac os x 10.5 possibly...
2009-12-01  antirezvirtual memory design doc typos
2009-12-01  antirezdesign documents added to the project
2009-11-30  antirezFixed issued #85 (getDecodedObject: Assertion 1 !=...
2009-11-30  antirezfixed a subtle bug in redis-cli not having visible...
2009-11-29  antirezTODO updated
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  antirezChangelog updated
2009-11-28  antirezhtml doc updated
2009-11-28  antirezenable kqueue/kevent only for Mac OS X 10.6.x as it...
2009-11-28  antirezTODO updated
2009-11-28  antirezZRANGEBYSCORE fuzzy test
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...
next