* update comment

This commit is contained in:
jonathan keinan
2025-02-06 13:16:33 +02:00
committed by YaacovHazan
parent 855ec46a6a
commit c88f9fe26f
+1 -1
View File
@@ -13293,7 +13293,7 @@ int RM_LoadDefaultConfigs(RedisModuleCtx *ctx) {
return REDISMODULE_ERR;
}
RedisModule *module = ctx->module;
/* Load configs from conf file or arguments from loadex */
/* Load default configs of the module */
return loadModuleDefaultConfigs(module);
}