]> git.saurik.com Git - redis.git/history - test-redis.tcl
conflicts resolved
[redis.git] / test-redis.tcl
2010-05-13  antirezconflicts resolved
2010-05-12  antirezuse withscores when performing the dataset digest
2010-05-12  antirezMerge branch 'vm-speedup'
2010-05-11  Pieter Noordhuisfix to return error when calling INCR on a non-string...
2010-05-06  antirezMerge branch 'master' into aof-speedup
2010-05-06  Pieter NoordhuisMerge branch 'master' into check-aof
2010-05-06  Pieter Noordhuishincrby should report an error when called against...
2010-05-02  antirezMerge branch 'master' of git@github.com:antirez/redis
2010-04-30  antirezMore tests for APPEND and tests for SUBSTR
2010-04-23  antirezSETEX implemented
2010-04-18  antirezFix for a SORT bug introduced with commit 16fa22f1...
2010-04-16  antirezSORT/GET test added
2010-04-16  antirezAdded tests for GET/BY against hashes fields
2010-04-16  antirezMerge branch 'hash-refactor' of git://github.com/pieter...
2010-04-15  Pieter Noordhuisadded HSETNX
2010-04-15  antirezmore advanced leaks detection in test redis
2010-04-15  antirezability to select port/host from make test
2010-04-13  antirezMerge branch 'hmget' of git://github.com/pietern/redis
2010-04-13  Alex McHaleValidate numeric inputs.
2010-04-13  Alex McHaleRemove trailing whitespace.
2010-04-12  Pieter Noordhuisimplemented HMGET
2010-04-12  Pieter Noordhuisimplemented HMSET
2010-04-01  Pieter Noordhuisuse the right object when cleaning up after zunion...
2010-03-26  antirezMerge branch 'hincrby' of git://github.com/pietern...
2010-03-26  Pieter Noordhuisimplements HINCRBY and tests (todo: find and fix small...
2010-03-18  antireztest-redis.tcl dataset digest function Hash support
2010-03-18  antirezzipmap fix for large values
2010-03-18  antirezreverted an optimization that makes Redis not stable
2010-03-18  antirezFixed redis-cli auth code
2010-03-17  antirezHDEL fix, an optimization for comparison of objects...
2010-03-17  antirezMerged Pietern patch for VM key args helper function...
2010-03-17  antirezMerge branch 'aggregates' of git://github.com/pietern...
2010-03-17  antirezHEXISTS and tests implemented
2010-03-17  antirezMore hash tests
2010-03-17  antirezbetter HSET test
2010-03-17  antirezMore Hash tests
2010-03-16  Pieter Noordhuisadded explicit AGGREGATE [SUM|MIN|MAX] option to ZUNION...
2010-03-16  antirezHGET fix for integer encoded field against zipmap encod...
2010-03-09  antirezMerged zsetops branch from Pietern
2010-03-09  antirezMerged ZREMBYRANK from Pietern
2010-03-09  antirezMerged ZREVRANK from Pietern
2010-03-09  Pieter Noordhuisreplaced ZMERGE by ZUNION and ZINTER. note: key preload...
2010-03-08  Pieter Noordhuisuse ZMERGE as starting point
2010-03-07  Pieter Noordhuisadded ZREVRANK
2010-03-04  Pieter Noordhuisimplemented ZREMBYRANK
2010-03-04  antirezMerge branch 'zsl-get-rank' of git://github.com/pietern...
2010-03-04  Pieter Noordhuismerged memory reduction patch
2010-03-04  antirezNow list push commands return the length of the new...
2010-03-04  Pieter Noordhuisfix ZRANK (realize that rank is 1-based due to the...
2010-03-03  antirezZRANK stress tester
2010-03-03  Pieter Noordhuisinitial implementation for augmented zsets and the...
2010-03-01  antirezKEYS now returns a multi bulk reply
2010-03-01  Damian JanowskiAdd DISCARD command to discard queued MULTI commands.
2010-03-01  antirezSwappability bug due to a typo fixed thanks to code...
2010-02-22  antirezFixed 32bit make target to work on Linux out of the box
2010-02-09  antirezVM now is able to block clients on swapped keys for...
2010-02-07  antirezZCOUNT and ZRANGEBYSCORE new tests
2010-02-06  Sam HendleyAdded "withscores" option to zrangebyscore command...
2010-02-04  antirezAPPEND tests
2010-01-15  antirezfixed a minor memory leak in configuration file parsing
2010-01-15  antirezsupport for named VM swap file. Fixed a few important...
2010-01-15  antirezfix for the just added new test
2010-01-15  antireznew test added
2010-01-12  antirezfix for test #11
2010-01-12  antireza few more stuff in INFO about VM. Test #11 changed...
2009-12-29  antireznot yet working BLPOP implementation
2009-12-23  antirezZRANGE WITHSCORES test added
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-16  antirezRegression for epoll bug in redis-test.tcl, version...
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  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-06  antirezRegression tests for SETNX and MSETNX bugs added
2009-12-01  antirezdesign documents added to the project
2009-11-29  antirezmore tests in test-redis.tcl, some minor fix
2009-11-28  antirezZRANGEBYSCORE fuzzy test
2009-11-28  antirezZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial...
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-24  antirezDEBUG RELOAD implemented, and test-redis.tcl modified...
2009-11-21  antirezSRANDMEMBER test
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-18  antirezmore experiments with long replies, glue output buffer...
2009-11-12  antirezMerge git://github.com/ianxm/redis
next