mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
* update comment
This commit is contained in:
committed by
YaacovHazan
parent
855ec46a6a
commit
c88f9fe26f
@@ -13293,7 +13293,7 @@ int RM_LoadDefaultConfigs(RedisModuleCtx *ctx) {
|
|||||||
return REDISMODULE_ERR;
|
return REDISMODULE_ERR;
|
||||||
}
|
}
|
||||||
RedisModule *module = ctx->module;
|
RedisModule *module = ctx->module;
|
||||||
/* Load configs from conf file or arguments from loadex */
|
/* Load default configs of the module */
|
||||||
return loadModuleDefaultConfigs(module);
|
return loadModuleDefaultConfigs(module);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user