serverLog(LL_WARNING,"The RDB file contains module AUX data for the module type '%s', that the responsible module is not able to load. Check for modules log above for additional clues.",name);
gotoeoferr;
}
if(io.ctx){
if(io.ctx){
moduleFreeContext(io.ctx);
moduleFreeContext(io.ctx);
zfree(io.ctx);
zfree(io.ctx);
}
}
if(rc!=REDISMODULE_OK||io.error){
moduleTypeNameByID(name,moduleid);
serverLog(LL_WARNING,"The RDB file contains module AUX data for the module type '%s', that the responsible module is not able to load. Check for modules log above for additional clues.",name);
gotoeoferr;
}
uint64_teof=rdbLoadLen(rdb,NULL);
uint64_teof=rdbLoadLen(rdb,NULL);
if(eof!=RDB_MODULE_OPCODE_EOF){
if(eof!=RDB_MODULE_OPCODE_EOF){
serverLog(LL_WARNING,"The RDB file contains module AUX data for the module '%s' that is not terminated by the proper module value EOF marker",name);
serverLog(LL_WARNING,"The RDB file contains module AUX data for the module '%s' that is not terminated by the proper module value EOF marker",name);