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.
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.
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.