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

Error when used with Redis 3.2.3 #8

Closed
saucisson opened this issue Sep 15, 2016 · 3 comments
Closed

Error when used with Redis 3.2.3 #8

saucisson opened this issue Sep 15, 2016 · 3 comments

Comments

@saucisson
Copy link

saucisson commented Sep 15, 2016

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.

@pintsized
Copy link
Member

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.

@p0pr0ck5
Copy link

@pintsized looks like the above qless-core PR was merged?

@pintsized
Copy link
Member

v0.09 should now work with Redis >= 3.2

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

3 participants