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

LUA scripts may disappear if Redis is restarted #4

Closed
mlasevich opened this issue Jun 2, 2020 · 2 comments
Closed

LUA scripts may disappear if Redis is restarted #4

mlasevich opened this issue Jun 2, 2020 · 2 comments
Assignees

Comments

@mlasevich
Copy link
Owner

I noticed a fork that points out that if Redis is restarted, the script is lost. Need to confirm/fix

@yehonatanz
Copy link
Contributor

redis.client.Script can be used to overcome this, it also plays well with pipelines, which is good news for us.

mlasevich added a commit that referenced this issue Oct 7, 2023
* Autoformat code

* Fix for #4 - reset client if redis is restarted

* Add docker-compose to allow running of examples in containers

* more code cleanup

* Bump version to 0.5.0

* require python 3.6+

* add lockfile

* fix version of fakeredis
@mlasevich
Copy link
Owner Author

Fix released with v0.5.0

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