redict/tests/modules
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
..
blockonkeys.c Modules: Test RedisModule_BlockClientOnKeys 2019-11-04 14:20:24 +05:30
commandfilter.c Make module tests pass with valgrind, and fix a leak in diskless load 2019-10-24 09:45:25 +03:00
fork.c Module api tests for RM_Call 2019-10-28 12:39:57 +02:00
hooks.c Modules hooks: complete missing hooks for the initial set of hooks 2019-10-29 17:59:09 +02:00
infotest.c Module INFO, support default section for simple modules 2019-08-18 10:01:57 +03:00
Makefile Added scan implementation to module api. 2019-11-11 16:01:41 +02:00
misc.c Test coverage for new module APIs: dbsize, flushall, randomkey, lru get/set 2019-11-04 19:30:31 +02:00
propagate.c Modules: add RM_Replicate() Tcl test file & fix the module. 2019-10-03 18:44:50 +02:00
scan.c Added scan implementation to module api. 2019-11-11 16:01:41 +02:00
testrdb.c Module API for loading and saving long double 2019-11-03 16:42:31 +02:00