Skip to content

"Syntax Error" on shutdown #187

@elektito

Description

@elektito

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions