summaryrefslogtreecommitdiff
path: root/tests/unit/type/list.tcl
Commit message (Expand)AuthorAgeFilesLines
* Fix bug: LPOS RANK LONG_ MIN causes overflow (#12167)JJ Lu2023-05-141-0/+1
* Adding missing test cases for linsert command (#12040)Wen Hui2023-04-131-0/+9
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-161-4/+4
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-2/+4
* Remove wrong code in list pot timeout test (#11805)Binbin2023-02-151-1/+0
* Blocking command with a 0.001 seconds timeout blocks indefinitely (#11688)Gabi Ganam2023-01-081-0/+10
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-4/+134
* fix race in list test with blocking commands (#11627)Oran Agra2022-12-181-12/+18
* Add listpack encoding for list (#11303)sundb2022-11-161-114/+235
* Improve BLMPOP/BZMPOP/WAIT timeout overflow handling and error messages (#11338)Moti Cohen2022-10-061-0/+8
* Fix the missing server.dirty increment and redundant signalModifiedKey in ser...sundb2022-09-281-0/+21
* Fix crash due to delete entry from compress quicklistNode and wrongly split q...sundb2022-09-191-14/+64
* Update comments on command args, and a misleading error reply (#10645)Wen Hui2022-05-131-1/+2
* Run large-memory tests as solo. (#10626)Yossi Gottlieb2022-04-241-0/+2
* Tests: improve skip tags around maxmemory and resp3 (#10597)Oran Agra2022-04-191-1/+5
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-141-1/+1
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-3/+8
* LPOP/RPOP with count against non existing list return null array (#10095)Binbin2022-01-111-7/+37
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-1/+51
* Add external test that runs without debug command (#9964)Oran Agra2021-12-191-1/+3
* Fix possible int overflow when hashing an sds. (#9916)yoav-steinberg2021-12-131-35/+0
* Improve stability in some blocking command tests (#9856)Binbin2021-11-281-0/+6
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-0/+38
* Fix crashes when list-compress-depth is used. (#9779)perryitay2021-11-181-0/+3
* Connection leak in external tests. (#9777)yoav-steinberg2021-11-151-6/+57
* Fixes LPOP/RPOP wrong replies when count is 0 (#9692)Itamar Haber2021-11-041-3/+12
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-1/+384
* Fix multiple COUNT in LMPOP/BLMPOP/ZMPOP/BZMPOP (#9701)Binbin2021-10-311-0/+1
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-231-4/+9
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-091-59/+337
* 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