miniredis
miniredis copied to clipboard
miniredis seems not support lua library bitop?
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):
I used lua libary "bitop" in my lua script like this:
Hi,
Thanks for your issue report. Is the bitop library available for https://github.com/yuin/gopher-lua ? If so we can add it. These seem to be the default supported ones in gopher-lua:
- Base
- Channel
- Coroutine
- Debug
- Io
- Math
- Os
- Package
- String
- Table
Thanks for your reply~ I just now tried gopher-lua in my computer, it doesn't support bitop library.