-
Notifications
You must be signed in to change notification settings - Fork 220
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
Error compiling script #39
Comments
alicebob
added a commit
that referenced
this issue
May 22, 2018
Thanks for the clear bugreport! I fixed it in the |
Thank you, it helps! |
merged, thanks again! Let me know if you have other problems with the Lua integration. It's rather new code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
_, err = storedProcGet.Do(conn, "key")
I get:
ERR Error compiling script (new function): <string>:2: NOAUTH Authentication required. stack traceback: [G]: in function 'call' <
However if I disable authentication or use real Redis, everything is fine.
Could you please look at that?
The text was updated successfully, but these errors were encountered: