Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Redis script during close #242

Open
yunfengzhou-hub opened this issue Sep 18, 2023 · 0 comments
Open

Remove Redis script during close #242

yunfengzhou-hub opened this issue Sep 18, 2023 · 0 comments
Labels
type:bug bug or vulnerability

Comments

@yunfengzhou-hub
Copy link
Collaborator

RedisSinkFunction.java

    @Override
    public void close() {
        // TODO: Remove the registered script from Redis when Redis supports removing a certain
        //  script.
        client.close();
    }
@yunfengzhou-hub yunfengzhou-hub added comp:connector type:improvement improvement to existing functionality type:bug bug or vulnerability and removed type:improvement improvement to existing functionality priority:major labels Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug bug or vulnerability
Projects
None yet
Development

No branches or pull requests

1 participant