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

Redis store is cluttered with q:search records when using Kue #444

Open
deleteman opened this issue Oct 16, 2014 · 5 comments
Open

Redis store is cluttered with q:search records when using Kue #444

deleteman opened this issue Oct 16, 2014 · 5 comments

Comments

@deleteman
Copy link

Hey there, I've been using Kue to create and process jobs and it's working great, but with a minor setback... my redis store is cluttered with records that look like this:

q:search:word:XXXXXXX

After looking around the code, I found that the "q:search" keys is used in 2 places inside kue, what could be causing this problem? Could it be me not doing something to finalize those records?

Thanks

@behrad
Copy link
Collaborator

behrad commented Oct 17, 2014

Dya mean search keys are still being there after removing jobs?

You can turn off search indexes if you are not depending on them :)

@deleteman
Copy link
Author

Yeap, that's what I mean...
I did turn off the search indexes, and that seems to have fixed the problem. But the default settings are causing the issue.

This can be closed I guess, thanks!

@behrad
Copy link
Collaborator

behrad commented Oct 17, 2014

#94 (comment)

@behrad
Copy link
Collaborator

behrad commented Oct 17, 2014

this topic is also duplicated here #388

@behrad
Copy link
Collaborator

behrad commented Oct 17, 2014

More about search feature #412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants