Files
redis/tests/modules
Moti Cohen 1d4276e101 Fix setModuleEnumConfig() to pass unprefixed name to callbacks (#14816)
`setModuleEnumConfig()` was passing the prefixed config name to module
callbacks instead of the unprefixed name, inconsistent with other
config types. Fixed by using getRegisteredConfigName() like bool,
numeric, and string configs do.

Added assertions to all test module config callbacks to validate
correct unprefixed names are received.

Issue was introduced by #13656
2026-03-23 19:27:36 +02:00
..
2025-11-19 10:56:18 +02:00