antirez
|
b0a2093956
Fixed issue #516 (ZINTERSTORE mixing sets and zsets).
|
12 years ago |
antirez
|
5bb2565959
Added regression test for ZUNIONSTORE creating NaN (github issue #264)
|
13 years ago |
antirez
|
619174117d
new test engine backported to 2.4
|
13 years ago |
antirez
|
5fca35da3f
disabled development test entry, tests moved in the right place
|
13 years ago |
antirez
|
83533b622e
ZREM tests
|
13 years ago |
antirez
|
10e4b58312
Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regression test added.
|
13 years ago |
antirez
|
604d26ffde
ZINTERSTORE regressiont test with two sets, intset+hashtable
|
13 years ago |
Pieter Noordhuis
|
edfd6ae76b
Test for ENCODING_SKIPLIST instead of ENCODING_RAW
|
13 years ago |
Pieter Noordhuis
|
763d6165ea
Test that sorted sets are removed when empty
|
13 years ago |
Pieter Noordhuis
|
366e872d4d
Test both sorted set encodings for every test
|
13 years ago |
Pieter Noordhuis
|
99cec798bb
Test for empty inner range when looking for elements in range
|
13 years ago |
Pieter Noordhuis
|
8c3b630561
Test for ranges where min > max
|
14 years ago |
Pieter Noordhuis
|
453a906fc9
Move logic concerned with zset ranges
|
14 years ago |
Pieter Noordhuis
|
3becef9ee6
Reverse commits changing sorted set code for 2.2
|
14 years ago |
Pieter Noordhuis
|
039357e471
Move logic concerned with zset ranges
|
14 years ago |
Pieter Noordhuis
|
7236fdb22f
Return error when min and/or max in the sorted set range spec is not a double
|
14 years ago |
Pieter Noordhuis
|
91504b6cbe
Make ZREMRANGEBYSCORE accept the same range spec as ZRANGEBYSCORE
|
14 years ago |
Pieter Noordhuis
|
25bb8a4452
Add ZREVRANGEBYSCORE and refactor Z*RANGEBYSCORE
|
14 years ago |
Pieter Noordhuis
|
673e1fb7e4
Change getDoubleFromObject to fail on NaN.
|
14 years ago |
Pieter Noordhuis
|
d9e28bcf00
Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.
|
14 years ago |
Pieter Noordhuis
|
4774a53b24
fix behavior for out-of-range negative end index on ZREMRANGEBYRANK
|
14 years ago |
Pieter Noordhuis
|
184d74abc6
more tests for zrange and zrevrange; fix behavior for out-of-range negative end index
|
14 years ago |
Pieter Noordhuis
|
7f7499eeac
tags for existing tests
|
14 years ago |
Pieter Noordhuis
|
9e5d2e8bd6
changed how server.tcl accepts options to support more directives without requiring more arguments to the proc
|
14 years ago |
antirez
|
5fc9229c34
Fixed ZINCR Nan bugs leading to server crash and added tests
|
14 years ago |
Josiah Carlson
|
bc000c1db0
allow regular sets to be passed to zunionstore/zinterstore
|
14 years ago |
antirez
|
5d373da96a
ZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTORE
|
14 years ago |
antirez
|
ab72b4833d
minor fixes to the new test suite, html doc updated
|
14 years ago |