summaryrefslogtreecommitdiff
path: root/tests/unit/scan.tcl
Commit message (Expand)AuthorAgeFilesLines
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-3/+4
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-2/+2
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-2/+2
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-8/+8
* Add io-thread daily CI tests. (#8232)Yossi Gottlieb2021-01-171-1/+1
* Implement `SCAN cursor [TYPE type]` modifier suggested in issue #6107.Angus Pearson2019-05-221-0/+45
* Fix SCAN bug regression test, avoiding empty SREM call.antirez2018-06-141-1/+1
* Improved regression test for #4906.antirez2018-06-111-29/+37
* Regression test for the dictScan() issue #4906.antirez2018-06-111-0/+38
* Regression test for issue #2175.issue_2175antirez2014-12-031-0/+10
* Added tests for [SHZ]SCAN with MATCH.antirez2013-11-051-0/+21
* SSCAN with integer encoded object test improved.antirez2013-10-311-0/+2
* Regression test added for [SHZ]SCAN issue #1354.antirez2013-10-311-0/+8
* Test: added a SCAN test trying to trigger HT resize.antirez2013-10-301-0/+29
* Test: added ZSCAN test.antirez2013-10-301-0/+40
* Test: added HSCAN test.antirez2013-10-301-0/+40
* Test: added SSCAN test.antirez2013-10-301-0/+34
* SCAN test keys sorting turned into more idiomatic Tcl.antirez2013-10-301-6/+6
* SCAN: tests moved to unit/scan.tcl.antirez2013-10-301-0/+55