mirror of
https://github.com/idanoo/php-resque
synced 2025-06-30 21:22:20 +00:00
Alter dequeue - now accepting 'args' and "ID" arguments
This commit is contained in:
parent
4a97c14628
commit
29e37784cd
4 changed files with 121 additions and 4 deletions
|
@ -77,7 +77,7 @@ class Resque_Redis
|
|||
'zscore',
|
||||
'zremrangebyscore',
|
||||
'sort',
|
||||
'rename'
|
||||
'rename',
|
||||
'rpoplpush'
|
||||
);
|
||||
// sinterstore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue