mirror of
https://github.com/idanoo/php-resque
synced 2025-06-30 21:22:20 +00:00
Turn on redis command 'rename'
This commit is contained in:
parent
80d1c4be19
commit
98fde571db
2 changed files with 4 additions and 3 deletions
|
@ -76,7 +76,8 @@ class Resque_Redis
|
|||
'zcard',
|
||||
'zscore',
|
||||
'zremrangebyscore',
|
||||
'sort'
|
||||
'sort',
|
||||
'rename'
|
||||
);
|
||||
// sinterstore
|
||||
// sunion
|
||||
|
@ -85,7 +86,6 @@ class Resque_Redis
|
|||
// sdiffstore
|
||||
// sinter
|
||||
// smove
|
||||
// rename
|
||||
// rpoplpush
|
||||
// mget
|
||||
// msetnx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue