mirror of https://github.com/redis/redis.git
* add missing newline
This commit is contained in:
parent
a034773497
commit
f35ad82314
|
@ -439,6 +439,7 @@ 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 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 */
|
||||||
|
|
Loading…
Reference in New Issue