summaryrefslogtreecommitdiff
path: root/tests/unit/type/zset.tcl
Commit message (Expand)AuthorAgeFilesLines
* Test: ZADD CH testszaddnxantirez2015-05-291-0/+7
* Test: ZADD INCR testantirez2015-05-291-0/+14
* Test: ZADD NX and XX options testsantirez2015-05-291-0/+59
* Test: check sorted set elements order after union.antirez2014-07-221-0/+22
* Fuzzy test for ZREMRANGEBYLEX added.antirez2014-04-181-1/+41
* Sorted set lex ranges stress tester.antirez2014-04-171-0/+65
* Basic ZRANGEBYLEX / ZLEXCOUNT tests.antirez2014-04-171-0/+56
* Fixed issue #516 (ZINTERSTORE mixing sets and zsets).antirez2012-05-231-0/+8
* Added regression test for ZUNIONSTORE creating NaN (github issue #264)antirez2011-12-231-0/+6
* string to number API is now more strict not accepting spaces before or after ...antirez2011-11-141-10/+10
* the test runs less iterations of slow tests if no --accurate is given.antirez2011-07-111-1/+1
* ZREM testsantirez2011-05-311-0/+15
* disabled development test entry, tests moved in the right placeantirez2011-05-311-0/+28
* Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regressi...antirez2011-05-191-0/+8
* ZINTERSTORE regressiont test with two sets, intset+hashtableantirez2011-05-121-0/+7
* Test for ENCODING_SKIPLIST instead of ENCODING_RAWPieter Noordhuis2011-04-061-4/+4
* Test that sorted sets are removed when emptyPieter Noordhuis2011-03-221-0/+22
* Test both sorted set encodings for every testPieter Noordhuis2011-03-141-467/+528
* Test for empty inner range when looking for elements in rangePieter Noordhuis2011-03-111-0/+6
* Test for ranges where min > maxPieter Noordhuis2011-03-081-0/+4
* Move logic concerned with zset rangesPieter Noordhuis2011-03-081-0/+16
* Return error when min and/or max in the sorted set range spec is not a doublePieter Noordhuis2010-10-131-0/+12
* Make ZREMRANGEBYSCORE accept the same range spec as ZRANGEBYSCOREPieter Noordhuis2010-10-131-19/+50
* Add ZREVRANGEBYSCORE and refactor Z*RANGEBYSCOREPieter Noordhuis2010-09-161-43/+52
* Change getDoubleFromObject to fail on NaN.Pieter Noordhuis2010-07-291-15/+21
* Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.Pieter Noordhuis2010-07-291-0/+24
* fix behavior for out-of-range negative end index on ZREMRANGEBYRANKPieter Noordhuis2010-06-151-9/+33
* more tests for zrange and zrevrange; fix behavior for out-of-range negative e...Pieter Noordhuis2010-06-151-9/+60
* tags for existing testsPieter Noordhuis2010-06-021-108/+112
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-021-1/+1
* Fixed ZINCR Nan bugs leading to server crash and added testsantirez2010-05-281-0/+19
* allow regular sets to be passed to zunionstore/zinterstoreJosiah Carlson2010-05-261-0/+16
* ZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTOREantirez2010-05-141-18/+18
* minor fixes to the new test suite, html doc updatedantirez2010-05-141-0/+384