Commit History

Author SHA1 Message Date
  Salvatore Sanfilippo 6a6471aad5 Merge pull request #4737 from guybe7/zlexcount_fix 6 years ago
  antirez d506334b67 Test: new sorted set skiplist order consistency. 6 years ago
  Jack Drogon 93238575f7 Fix typo 6 years ago
  antirez 0a698e499a ZPOP: invert score-ele to match ZRANGE WITHSCORES order. 6 years ago
  antirez e87c1f1e6c ZPOP: fix the tests according to new non-blocking "count" argument. 6 years ago
  antirez 6efb6c1e06 ZPOP: renaming to have explicit MIN/MAX score idea. 6 years ago
  Itamar Haber 438125b47c Implements [B]Z[REV]POP and the respective unit tests 6 years ago
  Guy Benoish 290a63dc54 Don't call sdscmp() with shared.maxstring or shared.minstring 6 years ago
  antirez b2e295971f Regression test for issue #4391. 7 years ago
  Damian Janowski 0b4bb502a2 Fix ZINCRBY return value. 8 years ago
  antirez 39b49bcaaf Test: ZADD CH tests 9 years ago
  antirez 23ba5c1092 Test: ZADD INCR test 9 years ago
  antirez 910e72d1c1 Test: ZADD NX and XX options tests 9 years ago
  antirez b9bb7e2d4a Test: check sorted set elements order after union. 10 years ago
  antirez 9caa1ae96a Fuzzy test for ZREMRANGEBYLEX added. 10 years ago
  antirez c0ccd4da7d Sorted set lex ranges stress tester. 10 years ago
  antirez 5c48432340 Basic ZRANGEBYLEX / ZLEXCOUNT tests. 10 years ago
  antirez 348ee1a40a Fixed issue #516 (ZINTERSTORE mixing sets and zsets). 12 years ago
  antirez 9678c37577 Added regression test for ZUNIONSTORE creating NaN (github issue #264) 13 years ago
  antirez d93f9a8644 string to number API is now more strict not accepting spaces before or after the number. A few tests converted to match the new error messages using the word float instead of double. 13 years ago
  antirez 30cf7be60c the test runs less iterations of slow tests if no --accurate is given. 13 years ago
  antirez b002546bb4 ZREM tests 13 years ago
  antirez faa2a80f89 disabled development test entry, tests moved in the right place 13 years ago
  antirez 521ddcce14 Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regression test added. 13 years ago
  antirez af9aed25e4 ZINTERSTORE regressiont test with two sets, intset+hashtable 13 years ago
  Pieter Noordhuis 100ed062c0 Test for ENCODING_SKIPLIST instead of ENCODING_RAW 13 years ago
  Pieter Noordhuis 04a10b1a6d Test that sorted sets are removed when empty 13 years ago
  Pieter Noordhuis 9ec4ea20a7 Test both sorted set encodings for every test 13 years ago
  Pieter Noordhuis e53ca04b50 Test for empty inner range when looking for elements in range 13 years ago
  Pieter Noordhuis 8e1b327706 Test for ranges where min > max 14 years ago