redis/tests/modules
nafraf 6e819e188b Fix module loadex command crash due to invalid config (#13653)
Fix to https://github.com/redis/redis/issues/13650

providing an invalid config to a module with datatype crashes when redis
tries to unload the module due to the invalid config

---------

Co-authored-by: debing.sun <debing.sun@redis.com>
2025-04-22 13:49:12 +03:00
..
Makefile Add RM_RdbLoad and RM_RdbSave module API functions (#11852) 2023-04-09 12:07:32 +03:00
aclcheck.c Module commands to have ACL categories. (#11708) 2023-03-21 10:07:11 -07:00
auth.c Fix usleep compilation warning in auth.c (#11925) 2023-03-16 11:24:52 +02:00
basics.c Skip test for sdsRemoveFreeSpace when mem_allocator is not jemalloc (#11878) 2023-03-07 09:06:58 +02:00
blockedclient.c Fix race condition issues between the main thread and module threads (#12817) 2025-04-22 12:35:44 +03:00
blockonbackground.c Fix race condition issues between the main thread and module threads (#12817) 2025-04-22 12:35:44 +03:00
blockonkeys.c Modules: Unblock from within a timer coverage (#12337) 2023-06-22 23:15:16 +03:00
cmdintrospection.c Overhauls command summaries and man pages. (#11942) 2023-03-29 20:48:59 +03:00
commandfilter.c Un-register notification and server event when RedisModule_OnLoad fails (#12809) 2024-01-09 13:51:49 +02:00
datatype.c Fix module loadex command crash due to invalid config (#13653) 2025-04-22 13:49:12 +03:00
datatype2.c
defragtest.c Modules: defrag CB should take robj, not sds (#13627) 2025-04-22 13:49:12 +03:00
eventloop.c
fork.c
getchannels.c
getkeys.c
hash.c
hooks.c Un-register notification and server event when RedisModule_OnLoad fails (#12809) 2024-01-09 13:51:49 +02:00
infotest.c
keyspace_events.c Un-register notification and server event when RedisModule_OnLoad fails (#12809) 2024-01-09 13:51:49 +02:00
keyspecs.c
list.c
mallocsize.c
misc.c Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772) 2023-02-09 14:59:05 +02:00
moduleauthtwo.c Custom authentication for Modules (#11659) 2023-03-15 15:18:42 -07:00
moduleconfigs.c Module commands to have ACL categories. (#11708) 2023-03-21 10:07:11 -07:00
moduleconfigstwo.c
postnotifications.c Before evicted and before expired server events are not executed inside an execution unit. (#12733) 2024-01-09 13:51:49 +02:00
propagate.c Don't keep global replication buffer reference for replicas marked CLIENT_CLOSE_ASAP (#13363) 2025-01-06 16:03:47 +02:00
publish.c Fix broken protocol when PUBLISH emits local push inside MULTI (#12326) 2023-06-20 20:41:41 +03:00
rdbloadsave.c Add RM_RdbLoad and RM_RdbSave module API functions (#11852) 2023-04-09 12:07:32 +03:00
reply.c Add RM_ReplyWithErrorFormat that can support format (#11923) 2023-04-12 10:11:29 +03:00
scan.c
stream.c
subcommands.c Block some specific characters in module command names (#11434) 2022-11-03 13:19:49 +02:00
test_lazyfree.c
testrdb.c
timer.c
usercall.c Fix race condition issues between the main thread and module threads (#12817) 2025-04-22 12:35:44 +03:00
zset.c Delete empty key if fails after moduleCreateEmptyKey() in module (#12129) 2023-05-07 10:13:19 +03:00