Skip to content

Commit

Permalink
Merge pull request #408 from RedisLabsModules/oshadmi_update-redismod…
Browse files Browse the repository at this point in the history
…ule.h

Update redismodule.h
  • Loading branch information
oshadmi authored Jan 27, 2025
2 parents e7d7b8c + 88c170a commit 8c11eb0
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 29 deletions.
3 changes: 3 additions & 0 deletions src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ bitflags! {

/// For enum configs, this config will allow multiple entries to be combined as bit flags.
const BITFLAGS = raw::REDISMODULE_CONFIG_BITFLAGS;

/// For configs, will avoid prefixing the config name with the module name.
const UNPREFIXED = raw::REDISMODULE_CONFIG_UNPREFIXED;
}
}

Expand Down
Loading

0 comments on commit 8c11eb0

Please sign in to comment.