unstable
Add RedisModuleEvent_ClusterTopologyChange server event (#15350)
Add size_t cast for RM_call() in module tests (#14061)
Cancel ASM tasks on RM_ResetDataset and RM_RdbLoad (#15377)
Fix ASan Daily (#14527)
Fix crash when calling internal container command without arguments (#14690)
Fix daylight race condition and some thread leaks (#13191)
Modules: Unblock from within a timer coverage (#12337)
Fix XADD/XCFGSET IDMP argument types (#14788)
Fix numeric config boundry check (#14286)
Print command tokens on a crash when hide-user-data-from-log is enabled (#13639)
Fix module loadex command crash due to invalid config (#13653)
Use const char pointer in redismodule.h as far as possible (#10064)
Create global data before test instead of module load for module defrag test (#13951)
delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)
Fix typos and replace 'codespell' with 'typos' (#15230)
Implemented module getchannels api and renamed channel keyspec (#10299)
Handle key-spec flags with modules (#10237)
Modules API: new HashFieldMinExpire(). Add flag REDISMODULE_HASH_EXPIRE_TIME to HashGet(). (#13676)
Revert "Add FORK_CHILD_PRE/CANCELLED subevents for pre-fork module coordination (#15327)" (#15432)
Add HOTKEYS HELP subcommand and fix hotkeys INFO section (#14785)
Partial support set keymeta on ksn (#15004)
Introduce hinted hash templates (#15364)
RM_CreateCommand should not set CMD_KEY_VARIABLE_FLAGS automatically (#11320)
Fix crash due to to reuse iterator entry after list deletion in module (#11383)
Add RM_MallocSizeString, RM_MallocSizeDict (#10542)
New eviction policies - least recently modified (#14624)
Custom authentication for Modules (#11659)
Fix setModuleEnumConfig() to pass unprefixed name to callbacks (#14816)
Module Configurations (#10285)
Adding AGPLv3 as a license option to Redis! (#13997)
[RED-197766] - allow modules to register PostNotificationJobsPerKey (#15242)
Fix broken protocol when PUBLISH emits local push inside MULTI (#12326)
Add RM_RdbLoad and RM_RdbSave module API functions (#11852)
Strip CRLF from error and simple string replies (#15496)
Replace deprecated REDISMODULE_POSTPONED_ARRAY_LEN in module tests and examples (#9677)
Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)
Avoid duplicate KeyMeta restoration in RESTORE-based AOF rewrites (#15466)
Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)
Modules: Mark all APIs non-experimental (#9983)
Pass context to RM_GetUserUsername() to support auto memory management (#15042)
Expose "touches-arbitrary-keys" flag to Redis modules (#14290)