Skip to content

bring complete redismodule.h#452

Open
JoanFM wants to merge 4 commits intomasterfrom
joan-bring-redismodule-h
Open

bring complete redismodule.h#452
JoanFM wants to merge 4 commits intomasterfrom
joan-bring-redismodule-h

Conversation

@JoanFM
Copy link
Copy Markdown
Collaborator

@JoanFM JoanFM commented Mar 3, 2026

No description provided.

Copy link
Copy Markdown
Collaborator

@raz-mon raz-mon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The state of what branch is this?
If not master, then this probably should not be merged to master yet, until it is merged to Redis master.
Perhaps have a side-branch in the mean-time?

Nonetheless, we should align this with master's header (not sure if this was the case)

Comment thread src/lib.rs
Comment on lines -113 to -116
/// Initialize RedisModuleAPI without register as a module.
pub fn init_api(ctx: &Context) {
unsafe { crate::raw::Export_RedisModule_InitAPI(ctx.ctx) };
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this and others removed?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these APIs seem not to be there in the redismodule.h

Copy link
Copy Markdown
Contributor

@alonre24 alonre24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Let's also have another review from RedisJSON team, which is also using redismodule-rs.
@gabsow FYI

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.

4 participants