From c88f9fe26f1c391e3b9637094d5c0f40840bf480 Mon Sep 17 00:00:00 2001 From: jonathan keinan Date: Tue, 4 Feb 2025 14:08:00 +0200 Subject: [PATCH] * update comment --- src/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }