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
When putting a job in queue and using Redis 3.2.3, an error occurs:
2016/09/15 23:43:19 [error] 2190#0: *1 [lua] qless.lua:305: put(): ERR Error running script (call to f_ad2dfd82189c92739c79fc30a2af6fd46c8a2793): @user_script:932: @user_script: 932: Lua redis() command arguments must be strings or integers , client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "localhost:8080"
It disappears when switching to Redis 3.0.7.
This problem also seems to appear in AcademicWorks/resque-uniqueue#4.
The text was updated successfully, but these errors were encountered:
Thanks for the report. Seems to be a PR for this on the qless-core repo: seomoz/qless-core#64
So once that's merged I'll rebuild here.
Sorry, something went wrong.
@pintsized looks like the above qless-core PR was merged?
v0.09 should now work with Redis >= 3.2
No branches or pull requests
When putting a job in queue and using Redis 3.2.3, an error occurs:
It disappears when switching to Redis 3.0.7.
This problem also seems to appear in AcademicWorks/resque-uniqueue#4.
The text was updated successfully, but these errors were encountered: