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

removePrefix not available on php-resque "<1.3" #22

Open
serpro opened this issue Jan 30, 2014 · 1 comment
Open

removePrefix not available on php-resque "<1.3" #22

serpro opened this issue Jan 30, 2014 · 1 comment

Comments

@serpro
Copy link

serpro commented Jan 30, 2014

On line 115 of https://github.com/chrisboulton/php-resque-scheduler/blob/1.1/lib/ResqueScheduler.php#L115
you can see

$key=$redis->removePrefix($key);

But then the composer.json file says:

"require": {
                "chrisboulton/php-resque": "< 1.3"
        }

The removePrefix method (and others) are only available at the moment in the master branch, and it's never going to work with versions lower than 1.3 of php-resque.

@danhunsaker
Copy link
Contributor

I've created an issue on PHP Resque which should fix this. It's been so long since any of us actually worked on 1.2 that we've forgotten what was available, and what wasn't added until shortly after the release was tagged.

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

2 participants