diff --git a/src/module.c b/src/module.c index 3ba46270e..7c0e53b75 100644 --- a/src/module.c +++ b/src/module.c @@ -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); }