Skip to content

should RedisModule_DeauthenticateAndCloseClient return int #7250

@sigoden

Description

@sigoden

In redismodule.h, RedisModule_DeauthenticateAndCloseClient returns void

void REDISMODULE_API_FUNC(RedisModule_DeauthenticateAndCloseClient)(RedisModuleCtx *ctx, uint64_t client_id);

But in module.c, RM_DeauthenticateAndCloseClient returns int

int RM_DeauthenticateAndCloseClient(RedisModuleCtx *ctx, uint64_t client_id) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    state:to-be-closedrequesting the core team to close the issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions