summaryrefslogtreecommitdiff
path: root/tests/unit/type/list.tcl
Commit message (Expand)AuthorAgeFilesLines
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-260/+228
* Adds count to L/RPOP (#8179)Itamar Haber2020-12-251-0/+17
* Sanitize dump payload: improve tests of ziplist and stream encodingsOran Agra2020-12-061-0/+48
* Adds new pop-push commands (LMOVE, BLMOVE) (#6929)Felipe Machado2020-10-081-19/+170
* Add test coverage for CLIENT UNBLOCK (#7712)Oran Agra2020-08-271-1/+52
* Fix LPOS command when RANK is greater than matchesValentino Geron2020-08-231-0/+6
* LPOS: option FIRST renamed RANK.antirez2020-06-241-14/+14
* LPOS: tests + crash fix.lposantirez2020-06-111-0/+44
* Merge pull request #2774 from rouzier/blocking-list-commands-support-millisec...Salvatore Sanfilippo2019-03-121-2/+5
|\
| * If the unit of a timeout is seconds treat it a floatJames Rouzier2016-02-231-2/+5
* | make RPUSHX and LPUSHX variadicPierre Chapuis2016-06-051-1/+3
|/
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-021-2/+1
* Add quicklist implementationMatt Stancliff2015-01-021-114/+54
* Fix blocking operations from missing new listsMatt Stancliff2014-05-211-0/+23
* Test: regression for issue #801.antirez2012-12-021-0/+21
* Type mismatch errors are now prefixed with WRONGTYPE.antirez2012-11-061-15/+15
* A reimplementation of blocking operation internals.antirez2012-09-171-2/+88
* Explicit RPOP/LPOP tests.antirez2012-04-181-2/+15
* Test LINSERT syntax error.antirez2012-04-181-0/+5
* Test LINDEX out of range index.antirez2012-04-181-0/+3
* regression test for bug 593 addedantirez2011-09-121-0/+14
* fix a test timing issue when running the test over valgrindantirez2011-07-111-0/+3
* list test split into smaller partsantirez2011-07-111-108/+1
* Fix for bug 561 and other related problemsantirez2011-06-201-0/+8
* tests for variadic list pushantirez2011-04-151-0/+16
* Fix case and indentPieter Noordhuis2010-12-061-3/+3
* Check other blocked clients when value could not be pushedPieter Noordhuis2010-12-061-0/+14
* Fix BRPOPLPUSH behavior for all use cases.Michel Martens & Damian Janowski2010-11-291-0/+43
* Handle BRPOPLPUSH inside a transaction.Damian Janowski & Michel Martens2010-11-291-1/+14
* Refactor code for BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-291-0/+14
* BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-291-0/+49
* intset stress testing added, ziplist stress testing relocated in a more appro...antirez2010-09-241-51/+60
* explicit regression test for a ziplist bug addedantirez2010-09-241-0/+9
* ziplist implementation fuzzy testsantirez2010-09-241-0/+53
* resolved conflict merging pietern/bpop-timeoutantirez2010-08-311-0/+22
|\
| * Verify that the blocking pop timeout value is a non-negative integerPieter Noordhuis2010-08-261-0/+22
* | BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty...antirez2010-08-301-0/+11
|/
* Use a large value to consistently trigger a list encoding,Pieter Noordhuis2010-07-291-87/+94
* Merge remote branch 'pietern/zfixes'antirez2010-06-251-0/+11
|\
| * fix unexpected behavior on an out of range end index for LRANGE and LTRIMPieter Noordhuis2010-06-241-0/+11
* | tests for BLPOP/BRPOP via an option in the tcl client that defers reading the...Pieter Noordhuis2010-06-151-0/+93
|/
* rename "list" to "linkedlist" to be more verbosePieter Noordhuis2010-06-141-24/+24
* change ltrim tests to cover all min/max cases and add stronger stresserPieter Noordhuis2010-06-141-21/+50
* make LINSERT return -1 when the value could not be insertedPieter Noordhuis2010-06-111-4/+4
* check if the list encoding needs to be changed on LPUSHX, RPUSHX, LINSERTPieter Noordhuis2010-06-111-52/+83
* make sure the value to insert is string encodedPieter Noordhuis2010-06-111-0/+4
* squashed merge from robey/twitter3: LINSERT BEFORE|AFTER, LPUSHX, RPUSHXRobey Pointer2010-06-111-0/+48
* generated tests for different encodings to avoid test code duplicationPieter Noordhuis2010-06-041-259/+150
* refactor list tests to test both encodings; implemented assert functionsPieter Noordhuis2010-06-041-257/+389
* tags for existing testsPieter Noordhuis2010-06-021-1/+1