wa0x6e / php-resque-ex-scheduler

An addon for php-resque that lets you queue jobs for execution some time in the future. Follows resque-scheduler.
MIT License
26 stars 24 forks source link

Fixed ResqueScheduler:: nextDelayedTimestamp call to zrangebyscore #17

Open trickeyone opened 6 years ago

trickeyone commented 6 years ago

When using PHP's Redis class, the method signature for Redis:: zrangebyscore is different than when using the Redisent client.