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

Ignore redis.set_repl in miniredis #367

Open
TingluoHuang opened this issue Apr 2, 2024 · 0 comments
Open

Ignore redis.set_repl in miniredis #367

TingluoHuang opened this issue Apr 2, 2024 · 0 comments

Comments

@TingluoHuang
Copy link
Contributor

You can use redis.set_repl() to change replication mode in lua script.
Doc: https://redis.io/docs/interact/programmability/lua-api/

I have a lua script that using the redis.set_repl() and hit a compile error with miniredis
ERR Error compiling script (new function): :9: attempt to call a non-function object stack traceback: :9: in main chunk [G]: ?

Maybe we can follow #44 to also ignore the redis.set_repl() command since it's not something miniredis interested.

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