* update comment

This commit is contained in:
jonathan keinan 2025-02-04 14:08:00 +02:00 committed by YaacovHazan
parent 855ec46a6a
commit c88f9fe26f
1 changed files with 1 additions and 1 deletions

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);
}