redict/tests
meir@redislabs.com 11c6ce812a Added scan implementation to module api.
The implementation expose the following new functions:
1. RedisModule_CursorCreate - allow to create a new cursor object for
keys scanning
2. RedisModule_CursorRestart - restart an existing cursor to restart the
scan
3. RedisModule_CursorDestroy - destroy an existing cursor
4. RedisModule_Scan - scan keys

The RedisModule_Scan function gets a cursor object, a callback and void*
(used as user private data).
The callback will be called for each key in the database proving the key
name and the value as RedisModuleKey.
2019-11-11 16:01:41 +02:00
..
assets Fix test "server is up" detection after logging changes. 2016-12-19 16:49:58 +01:00
cluster TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
helpers TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
integration Merge remote-tracking branch 'upstream/unstable' into tls 2019-10-16 17:08:07 +03:00
modules Added scan implementation to module api. 2019-11-11 16:01:41 +02:00
sentinel TLS: Configuration options. 2019-10-07 21:07:27 +03:00
support Merge remote-tracking branch 'upstream/unstable' into tls 2019-10-16 17:08:07 +03:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Added scan implementation to module api. 2019-11-11 16:01:41 +02:00
instances.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
test_helper.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00