summaryrefslogtreecommitdiff
path: root/tests/unit/sort.tcl
Commit message (Expand)AuthorAgeFilesLines
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-021-2/+1
* Add quicklist implementationMatt Stancliff2015-01-021-5/+5
* Fix zero-ordering SORT when called against listsMatt Stancliff2014-10-291-0/+18
* Fix spelling in some test casesMatt Stancliff2014-09-291-1/+1
* Fix key extraction for SORTMatt Stancliff2014-08-071-0/+8
* Fix eval usage in tests to conform with eval semanticsyoav2014-04-061-3/+3
* "SORT by nosort" (skip sorting) respect sorted set ordering.antirez2012-10-031-0/+41
* Added test for SORT corner case: pattern ending with just "->".antirez2012-04-171-0/+7
* A few SORT tests made more resistant to false negatives resulitng from poor r...antirez2012-02-011-5/+5
* New SORT tests checking the new more deterministic behavior of SORT sorting a...antirez2012-02-011-0/+26
* Make SORT BY <constant> STORE ... to always produce the same output by force ...antirez2012-02-011-0/+7
* SORT is now more deterministic: does not accept to compare by score items tha...antirez2012-02-011-1/+1
* SORT with STORE removes key if result is empty. This fixes issue #227.Michal Kwiatkowski2012-01-301-0/+7
* I found that no test will fail even if I broke the `SORT x LIMIT y z` code.BigCat2011-12-191-0/+4
* Fixed SORT bugs (issue #224) with regression tests.antirez2011-12-011-0/+12
* Be less verbose in testing; improve error handlingPieter Noordhuis2010-12-101-8/+16
* Change tests to use either the inline or the multibulk protocolPieter Noordhuis2010-10-151-9/+9
* SORT stress testing against bigger aggregate valuesantirez2010-08-261-2/+4
* Make SORT use the hybrid set accessors to allow sorting intsetsPieter Noordhuis2010-08-211-0/+1
* SORT tests with hash table encoded set as inputPieter Noordhuis2010-08-211-0/+2
* Make SORT tests use both ziplists and linked lists as inputPieter Noordhuis2010-08-211-6/+14
* Move SORT tests aroundPieter Noordhuis2010-08-211-134/+123
* scope res variable outside testPieter Noordhuis2010-06-031-1/+1
* tags for existing testsPieter Noordhuis2010-06-021-121/+123
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-021-1/+1
* minor fixes to the new test suite, html doc updatedantirez2010-05-141-0/+177