summaryrefslogtreecommitdiff
path: root/tests/unit/scan.tcl
Commit message (Expand)AuthorAgeFilesLines
* 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