mirror of
https://github.com/idanoo/php-resque
synced 2025-06-30 21:22:20 +00:00
dequeue
This commit is contained in:
parent
e393d5672c
commit
4a97c14628
4 changed files with 204 additions and 31 deletions
|
@ -78,6 +78,7 @@ class Resque_Redis
|
|||
'zremrangebyscore',
|
||||
'sort',
|
||||
'rename'
|
||||
'rpoplpush'
|
||||
);
|
||||
// sinterstore
|
||||
// sunion
|
||||
|
@ -86,7 +87,6 @@ class Resque_Redis
|
|||
// sdiffstore
|
||||
// sinter
|
||||
// smove
|
||||
// rpoplpush
|
||||
// mget
|
||||
// msetnx
|
||||
// mset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue