redict/tests
Angus Pearson bf963253ec Implement SCAN cursor [TYPE type] modifier suggested in issue #6107.
Add tests to check basic functionality of this optional keyword, and also tested with
a module (redisgraph). Checked quickly with valgrind, no issues.

Copies name the type name canonicalisation code from `typeCommand`, perhaps this would
be better factored out to prevent the two diverging and both needing to be edited to
add new `OBJ_*` types, but this is a little fiddly with C strings.

The [redis-doc](https://github.com/antirez/redis-doc/blob/master/commands.json) repo
will need to be updated with this new arg if accepted.

A quirk to be aware of here is that the GEO commands are backed by zsets not their own
type, so they're not distinguishable from other zsets.

Additionally, for sparse types this has the same behaviour as `MATCH` in that it may
return many empty results before giving something, even for large `COUNT`s.
2019-05-22 16:39:04 +01:00
..
assets Fix test "server is up" detection after logging changes. 2016-12-19 16:49:58 +01:00
cluster cluster.tcl: Add master consecutively down test. 2018-06-30 09:29:35 +08:00
helpers Test: fix blocking lists/zsets replication test. 2018-05-15 17:43:41 +02:00
integration make replication tests more stable on slow machines 2019-05-05 08:25:01 +03:00
modules Add runtest-moduleapi with commandfilter coverage. 2019-03-24 12:03:03 +02:00
sentinel Correct "did not received" -> "did not receive" typos/grammar. 2018-08-26 14:45:39 +02:00
support fix small test suite race conditions 2018-11-12 10:26:10 +02:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Implement SCAN cursor [TYPE type] modifier suggested in issue #6107. 2019-05-22 16:39:04 +01:00
instances.tcl Correct spelling of "faield". 2017-08-12 22:21:03 -07:00
test_helper.tcl test cases: skiptill -> skip-till 2019-05-10 16:27:25 +08:00