]> git.saurik.com Git - redis.git/history - tests/unit/sort.tcl
"SORT by nosort" (skip sorting) respect sorted set ordering.
[redis.git] / tests / unit / sort.tcl
2012-10-03  antirez"SORT by nosort" (skip sorting) respect sorted set...
2012-04-18  Salvatore SanfilippoMerge pull request #455 from pietern/2.6-mkopts
2012-04-17  antirezAdded test for SORT corner case: pattern ending with...
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-01  antirezA few SORT tests made more resistant to false negatives...
2012-02-01  antirezNew SORT tests checking the new more deterministic...
2012-02-01  antirezMake SORT BY <constant> STORE ... to always produce...
2012-02-01  antirezSORT is now more deterministic: does not accept to...
2012-01-30  Salvatore SanfilippoMerge pull request #319 from fawek/lua-error-location
2012-01-30  Salvatore SanfilippoMerge pull request #321 from mkwiatkowski/ticket227
2012-01-30  Michal KwiatkowskiSORT with STORE removes key if result is empty. This...
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-19  Salvatore SanfilippoMerge pull request #258 from miaout17/bugfix-247
2011-12-19  BigCatI found that no test will fail even if I broke the...
2011-12-01  antirezFixed SORT bugs (issue #224) with regression tests.
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-10  Pieter NoordhuisBe less verbose in testing; improve error handling
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-15  Pieter NoordhuisChange tests to use either the inline or the multibulk...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-26  antirezSORT stress testing against bigger aggregate values
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-21  Pieter NoordhuisMake SORT use the hybrid set accessors to allow sorting...
2010-08-21  Pieter NoordhuisSORT tests with hash table encoded set as input
2010-08-21  Pieter NoordhuisMake SORT tests use both ziplists and linked lists...
2010-08-21  Pieter NoordhuisMove SORT tests around
2010-06-04  Pieter Noordhuismerge antirez/smallkeys
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  Pieter Noordhuisscope res variable outside test
2010-06-02  Pieter Noordhuistags for existing tests
2010-06-02  Pieter Noordhuischanged how server.tcl accepts options to support more...
2010-05-20  antirezMerge http://github.com/ngmoco/redis
2010-05-15  antirezMerge branch 'redis-cli-fix' of http://github.com/tizoc...
2010-05-14  antirezminor fixes to the new test suite, html doc updated