We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes we see errors such as
Redis::CommandError: ERR Error running script (call to f_5aca618019854a1275397a2ec745a306fa8d8fc9): @user_script:113: @user_script: 113: Wrong number of args calling Redis command From Lua script from /home/dev/.rbenv/versions/2.5.5/lib/ruby/gems/2.5.0/gems/redis-4.1.3/lib/redis/client.rb:126:in `call'
This is not easy to debug. We don't know which script is it, nor do we know the real offending line since the Lua files are only templates.
It'd be nice to improve the error message so it's easier to debug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes we see errors such as
This is not easy to debug. We don't know which script is it, nor do we know the real offending line since the Lua files are only templates.
It'd be nice to improve the error message so it's easier to debug.
The text was updated successfully, but these errors were encountered: