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

miniredis seems not support lua library bitop? #239

Open
pelejorwa123 opened this issue Dec 12, 2021 · 2 comments
Open

miniredis seems not support lua library bitop? #239

pelejorwa123 opened this issue Dec 12, 2021 · 2 comments

Comments

@pelejorwa123
Copy link

I used lua libary "bitop" in my lua script like this:
"bit.band(score, ARGV[3])>ARGV[4]"
but miniredis report err msg:
"ERR Error compiling script (new function): :8: attempt to index a non-table object(nil) with key 'band' stack traceback: :8: in main chunk [G]: ?"
miniredis did not recognize bitop library.

@alicebob
Copy link
Owner

alicebob commented Dec 12, 2021 via email

@pelejorwa123
Copy link
Author

Thanks for your reply~
I just now tried gopher-lua in my computer, it doesn't support bitop library.

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