mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
* remove redundant module config variable
This commit is contained in:
committed by
YaacovHazan
parent
fd5c325886
commit
a034773497
@@ -439,7 +439,6 @@ typedef int (*RedisModuleConfigApplyFunc)(RedisModuleCtx *ctx, void *privdata, R
|
|||||||
struct ModuleConfig {
|
struct ModuleConfig {
|
||||||
sds name; /* Fullname of the config (as it appears in the config file) */
|
sds name; /* Fullname of the config (as it appears in the config file) */
|
||||||
sds alias; /* Optional alias for the configuration. NULL if none exists */
|
sds alias; /* Optional alias for the configuration. NULL if none exists */
|
||||||
int defaultWasSet; /* Indicates if the default value was set for the configuration */
|
|
||||||
int unprefixedFlag; /* Indicates if the REDISMODULE_CONFIG_UNPREFIXED flag was set.
|
int unprefixedFlag; /* Indicates if the REDISMODULE_CONFIG_UNPREFIXED flag was set.
|
||||||
* If the configuration name was prefixed,during get_fn/set_fn
|
* If the configuration name was prefixed,during get_fn/set_fn
|
||||||
* callbacks, it should be reported without the prefix */
|
* callbacks, it should be reported without the prefix */
|
||||||
|
|||||||
Reference in New Issue
Block a user