Module configuration

Source

Structs§

ConfigurationContext
ConfigurationContext is used as a special context that indicate that we are running with the Redis GIL is held but we should not perform all the regular operation we can perfrom on the regular Context.
ConfigurationFlags
Configuration options

Traits§

ConfigurationValue
EnumConfigurationValue

Functions§

get_bool_default_config_value
get_enum_default_config_value
get_i64_default_config_value
get_string_default_config_value
module_config_get
module_config_set
register_bool_configuration
register_enum_configuration
register_i64_configuration
register_string_configuration