Hi @antirez Here is a bug in feature module load. We want to use module load to do some feature on our product. Then we found redis crashes on unload module. Fortunately, the bug emerged。
in module.c line 3088: dictDelete(modules,module->name); line 3089: moduleFreeModuleStructure(module); will free module->name and module twice
Has commit a small fix ^_^ https://github.com/antirez/redis/pull/3492