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

Redis backend doesn't override close method #15

Open
wolever opened this issue Nov 15, 2010 · 1 comment
Open

Redis backend doesn't override close method #15

wolever opened this issue Nov 15, 2010 · 1 comment

Comments

@wolever
Copy link

wolever commented Nov 15, 2010

So there's no way that the connection will be closed. I believe it should be:

def close(self):
    if self.connection is not None:
        self.connection.disconnect()
@ask
Copy link
Owner

ask commented Nov 24, 2010

Thanks! This is already working in Kombu it seems. Tried to fix this in 22a0fcd
Could you verify if this solves the issue?

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

No branches or pull requests

2 participants