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

"Syntax Error" on shutdown #187

Open
elektito opened this issue Sep 20, 2023 · 0 comments
Open

"Syntax Error" on shutdown #187

elektito opened this issue Sep 20, 2023 · 0 comments

Comments

@elektito
Copy link

The following code causes a "redis.exceptions.ResponseError: syntax error", on the latest version (6.2.899109). The version before last seems to be fine.

from redislite import Redis
r = Redis()
r.shutdown(save=True, now=True, force=True)

I'm not calling the shutdown method directly in my code, of course. I just noticed my tests started failing, and the above shutdown call (called from the "_cleanup" method) was the cause.

Also, I'm a little confused if this is the right place to report bugs or whether the package is actually maintained. I see the version on pypi is much more recent than the last release in this repo, but pypi still points to this repo so I thought I'll file a bug report 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

No branches or pull requests

1 participant