summaryrefslogtreecommitdiff
path: root/tests/unit/type
Commit message (Expand)AuthorAgeFilesLines
* Run large-memory tests as solo. (#10626)Yossi Gottlieb2022-04-242-0/+4
* Tests: improve skip tags around maxmemory and resp3 (#10597)Oran Agra2022-04-192-11/+18
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-144-19/+19
* Fix the bug that caused hash encoding errors when using hincrbyfloat or hincr...Lu JJ2022-04-051-0/+25
* introduce MAX_D2STRING_CHARS instead of 128 const (#10487)Oran Agra2022-03-281-0/+8
* XREADGROUP: Unblock client if stream is deleted (#10306)guybe72022-03-081-0/+107
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-232-18/+268
* Fix error stats and failed command stats for blocked clients (#10309)Oran Agra2022-02-211-1/+7
* X[AUTO]CLAIM should skip deleted entries (#10227)guybe72022-02-081-22/+115
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-236-22/+43
* Fix quicklist node not being recompressed correctly after inserting a new nod...sundb2022-01-161-0/+26
* Move doc metadata from COMMAND to COMMAND DOCS (#10056)Oran Agra2022-01-112-8/+2
* LPOP/RPOP with count against non existing list return null array (#10095)Binbin2022-01-111-7/+37
* lpGetInteger returns int64_t, avoid overflow (#10068)guybe72022-01-071-0/+9
* Add tests for blocking XREAD[GROUP] when the stream ran dry (#10035)Binbin2022-01-042-1/+106
* Tests: don't rely on the response of MEMORY USAGE when mem_allocator is not j...chenyang80942021-12-271-1/+1
* 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-193-1/+7
* Fix possible int overflow when hashing an sds. (#9916)yoav-steinberg2021-12-132-35/+35
* Fix timing issue in strem blocking tests (#9927)Binbin2021-12-101-0/+5
* Adds auto-seq-only-generation via `XADD ... <ms>-*` (#9217)Itamar Haber2021-11-301-0/+37
* improvement of a blocking xread test (#9859)leishiao2021-11-291-0/+1
* Fix abnormal compression due to out-of-control recompress (#9849)sundb2021-11-291-29/+88
* Improve stability in some blocking command tests (#9856)Binbin2021-11-282-0/+9
* 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-182-3/+31
* Obliterate STRALGO! add LCS (which only works on keys) (#9799)guybe72021-11-181-12/+10
* Fixes ZPOPMIN/ZPOPMAX wrong replies when count is 0 with non-zset (#9711)Binbin2021-11-181-0/+28
* Connection leak in external tests. (#9777)yoav-steinberg2021-11-154-8/+89
* 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-312-0/+3
* Treat subcommands as commands (#9504)guybe72021-10-201-2/+2
* decrby LLONG_MIN caused nagation overflow. (#9577)yoav-steinberg2021-10-031-0/+6
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-232-91/+545
* Adds limit to SINTERCARD/ZINTERCARD. (#9425)Binbin2021-09-162-3/+54
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-6/+6
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-091-59/+337
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-4/+7
* Add SINTERCARD/ZINTERCARD Commands (#8946)Jonah H. Harris2021-08-032-3/+22
* SMOVE only notify dstset when the addition is successful. (#9244)Binbin2021-07-171-0/+22
* hrandfield and zrandmember with count should return emptyarray when key does ...Binbin2021-07-053-0/+43
* fix ZRANGESTORE - should return 0 when src points to an empty key (#9089)Leibale Eidelman2021-06-291-0/+13
* ZRANDMEMBER WITHSCORES with negative COUNT may return bad score (#9162)Binbin2021-06-291-13/+32
* Change return value type for ZPOPMAX/MIN in RESP3 (#8981)Jason Elbaum2021-06-161-0/+33
* Fix XINFO help for unexpected options. (#9075)Binbin2021-06-151-0/+5
* Fix accidental deletion of sinterstore command when we meet wrong type error....Binbin2021-06-131-4/+181
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-099-656/+636
* Add support for combining NX and GET flags on SET command (#8906)Fabian Eichinger2021-06-071-5/+29