redis/tests/unit/moduleapi
Moti Cohen 153b79a290
keymeta: add DEBUG flag for runtime keymeta class registration (#14968)
M_CreateKeyMetaClass() allows registration only on:
- 'DEBUG enable-module-keymeta-runtime-registration 1' (replaces server.enable_debug_cmd)
- REDISMODULE_CTX_FLAGS_SERVER_STARTUP, in addition to module->onload
2026-04-07 12:31:53 +03:00
..
aclcheck.tcl Fix ACL OOB for wrong-arity KEYNUM commands (#14847) 2026-03-19 09:30:56 +08:00
async_rm_call.tcl Remove unnecessary skip:external for module tests (#14354) 2025-09-28 17:09:50 +03:00
auth.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
basics.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
blockedclient.tcl Fix crash when calling internal container command without arguments (#14690) 2026-01-21 08:38:04 +02:00
blockonbackground.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
blockonkeys.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
cluster.tcl Add LTRIM/LREM and RM_StringTruncate() memory tracking tests (#14751) 2026-01-29 13:04:46 +02:00
cmdintrospection.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
commandfilter.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
configaccess.tcl Fix numeric config boundry check (#14286) 2025-10-28 13:40:44 +02:00
crash.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
datatype.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
datatype2.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
defrag.tcl Introduce DEBUG_DEFRAG compilation option to allow run test with activedefrag when allocator is not jemalloc (#14326) 2025-09-10 12:52:20 +08:00
eventloop.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
fork.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
getchannels.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
getkeys.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
hash.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
hooks.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
infotest.tcl Add HOTKEYS HELP subcommand and fix hotkeys INFO section (#14785) 2026-02-23 11:04:14 +02:00
infra.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
internalsecret.tcl Fix crash when calling internal container command without arguments (#14690) 2026-01-21 08:38:04 +02:00
keymeta.tcl keymeta: add DEBUG flag for runtime keymeta class registration (#14968) 2026-04-07 12:31:53 +03:00
keyspace_events.tcl Remove unnecessary skip:external for module tests (#14354) 2025-09-28 17:09:50 +03:00
keyspecs.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
ksn_notify_side_effect.tcl keymeta: add DEBUG flag for runtime keymeta class registration (#14968) 2026-04-07 12:31:53 +03:00
list.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
mallocsize.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
misc.tcl New eviction policies - least recently modified (#14624) 2026-01-06 20:57:31 +08:00
moduleauth.tcl Fix test failures under Valgrind caused by unexpected slowlog fields in cmdstat output (#14914) 2026-03-25 21:46:52 +08:00
moduleconfigs.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
postnotifications.tcl Remove unnecessary skip:external for module tests (#14354) 2025-09-28 17:09:50 +03:00
propagate.tcl Fix test failures under Valgrind caused by unexpected slowlog fields in cmdstat output (#14914) 2026-03-25 21:46:52 +08:00
publish.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
rdbloadsave.tcl Introduce DEBUG_DEFRAG compilation option to allow run test with activedefrag when allocator is not jemalloc (#14326) 2025-09-10 12:52:20 +08:00
reply.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
scan.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
stream.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
subcommands.tcl Fix crash when calling internal container command without arguments (#14690) 2026-01-21 08:38:04 +02:00
test_lazyfree.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
testrdb.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
timer.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00
usercall.tcl Add RM_GetContextUser and RM_GetUserUserName module APIs (#14890) 2026-03-17 20:28:13 +08:00
zset.tcl Run module tests as part of the base redis testsuit (#14226) 2025-08-26 14:49:05 +03:00