Open
Description
Expected Behavior
I tried to use a prefix. So I defined it while running my workers, and then I tried to use the same prefix when enqueuing.
Current Behavior
But it did not work, because the $prefix
argument of this function is not the same thing.
Possible Solution
Document Resque_Redis::prefix in this part https://github.com/resque/php-resque#custom-prefix
Suggestion
If these two prefixes are not the same thing, I suggest to rename one. In another library, what you call "prefix" is called "namespace".