summaryrefslogtreecommitdiff
path: root/tests/unit/type/stream.tcl
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-141-4/+4
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-2/+96
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-2/+8
* 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-041-0/+25
* 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
* Connection leak in external tests. (#9777)yoav-steinberg2021-11-151-0/+8
* Treat subcommands as commands (#9504)guybe72021-10-201-2/+2
* Fix XINFO help for unexpected options. (#9075)Binbin2021-06-151-0/+5
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-24/+31
* Fix XTRIM or XADD with LIMIT may delete more entries than Count. (#9048)Huang Zhw2021-06-071-0/+19
* XADD and XTRIM, Trim by MINID, and new LIMIT argument (#8169)guybe72021-01-081-1/+139
* Adds exclusive ranges to X[REV]RANGE (#8072)Itamar Haber2020-12-031-0/+26
* Adds tests for XADD/XTRIM's MAXLEN arguments (#8083)Itamar Haber2020-11-231-0/+45
* support NOMKSTREAM option in xadd command (#7910)Wen Hui2020-10-181-0/+12
* Fix command help for unexpected options (#7476)WuYunlong2020-07-151-0/+7
* Add the stream tag to XSETID testsGuy Benoish2020-04-191-1/+1
* Merge pull request #6703 from guybe7/blocking_xread_empty_replySalvatore Sanfilippo2020-01-091-0/+11
|\
| * Blocking XREAD[GROUP] should always reply with valid data (or timeout)Guy Benoish2019-12-301-0/+11
* | Stream: Handle streamID-related edge casesGuy Benoish2019-12-261-0/+27
|/
* Fix stream test after addition of 0-0 ID test.antirez2019-11-191-3/+3
* XADD with ID 0-0 stores an empty keyGuy Benoish2019-11-131-0/+6
* fix unreported overflow in autogerenared stream IDsLoris Cro2019-11-041-0/+6
* Test: fix implementation-dependent test after code change.antirez2019-10-101-2/+2
* Streams: Tests modified XSTREAM -> XSETIDzhaozhao.zz2018-10-161-2/+2
* Tests modified to use XADD MAXLEN 0 + XSETID.antirez2018-10-161-26/+12
* Streams: add tests for aof rewritezhaozhao.zz2018-10-091-0/+23
* Streams: add tests for XSTREAM commandzhaozhao.zz2018-10-091-0/+39
* Streams: add test cases for XADD/XTRIM maxlenzhaozhao.zz2018-08-011-0/+46
* Test: XDEL fuzz testing. Remove and check stage.antirez2018-07-131-0/+15
* Test: XDEL fuzz testing, stream creation.antirez2018-07-131-0/+20
* Test: XDEL basic test.antirez2018-07-131-0/+12
* Regression test for issue #5006.antirez2018-06-121-0/+16
* Streams: fix test ID format.antirez2018-05-251-4/+4
* Streams: add some initial test for XREVRANGE.antirez2017-12-011-0/+8
* Streams: fix XREAD test broken after previous tests improvements.antirez2017-12-011-1/+1
* Streams: move ID ms/seq separator from '.' to '-'antirez2017-12-011-7/+7
* Streams: add XADD + MAXLEN test.antirez2017-12-011-0/+17
* Streams: modify tests to stress compression.antirez2017-12-011-5/+10
* Streams: tests for blocking and non-blocking XREAD.antirez2017-12-011-0/+90
* Streams: XRANGE fuzz testing.antirez2017-12-011-1/+52
* Streams: more advanced XADD and XRANGE tests.antirez2017-12-011-0/+43
* Streams: basic XADD tests.antirez2017-12-011-0/+42