redict/tests/unit/moduleapi
Oran Agra 0f8692b464 Add RM_ScanKey to scan hash, set, zset, changes to RM_Scan API
- Adding RM_ScanKey
- Adding tests for RM_ScanKey
- Refactoring RM_Scan API

Changes in RM_Scan
- cleanup in docs and coding convention
- Moving out of experimantal Api
- Adding ctx to scan callback
- Dont use cursor of -1 as an indication of done (can be a valid cursor)
- Set errno when returning 0 for various reasons
- Rename Cursor to ScanCursor
- Test filters key that are not strings, and opens a key if NULL
2019-11-11 16:05:55 +02:00
..
blockonkeys.tcl Modules: Test RedisModule_BlockClientOnKeys 2019-11-04 14:20:24 +05:30
commandfilter.tcl Add runtest-moduleapi with commandfilter coverage. 2019-03-24 12:03:03 +02:00
fork.tcl Module API for Forking 2019-07-17 16:40:24 +03:00
hooks.tcl Modules hooks: complete missing hooks for the initial set of hooks 2019-10-29 17:59:09 +02:00
infotest.tcl Merge remote-tracking branch 'antirez/unstable' into modules_info 2019-09-30 20:47:35 +03:00
misc.tcl Test coverage for new module APIs: dbsize, flushall, randomkey, lru get/set 2019-11-04 19:30:31 +02:00
propagate.tcl Modules: add RM_Replicate() Tcl test file & fix the module. 2019-10-03 18:44:50 +02:00
scan.tcl Add RM_ScanKey to scan hash, set, zset, changes to RM_Scan API 2019-11-11 16:05:55 +02:00
testrdb.tcl Make module tests pass with valgrind, and fix a leak in diskless load 2019-10-24 09:45:25 +03:00