Skip to content

MOD-15262- update the GetUserUserName api according to redis#87

Open
TalBarYakar wants to merge 1 commit intomasterfrom
tal.ba/feat/align_user_user_name_api
Open

MOD-15262- update the GetUserUserName api according to redis#87
TalBarYakar wants to merge 1 commit intomasterfrom
tal.ba/feat/align_user_user_name_api

Conversation

@TalBarYakar
Copy link
Copy Markdown
Collaborator

@TalBarYakar TalBarYakar commented Apr 29, 2026

Note

Medium Risk
Changes the public module API signature for RedisModule_GetUserUsername, which is a compile-time breaking change for any modules calling it. Risk is limited to API compatibility/build failures rather than runtime behavior.

Overview
Updates the Redis Modules header to match upstream Redis by changing RedisModule_GetUserUsername to take a RedisModuleCtx *ctx parameter in addition to the RedisModuleUser *user argument.

This is an API signature change that requires updating any module code that calls RedisModule_GetUserUsername to pass a context.

Reviewed by Cursor Bugbot for commit f4a9e90. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants