mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Turn on redis command 'rename'
This commit is contained in:
parent
80d1c4be19
commit
98fde571db
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
vendor/
|
vendor/
|
||||||
|
*.swp
|
||||||
|
@ -76,7 +76,8 @@ class Resque_Redis
|
|||||||
'zcard',
|
'zcard',
|
||||||
'zscore',
|
'zscore',
|
||||||
'zremrangebyscore',
|
'zremrangebyscore',
|
||||||
'sort'
|
'sort',
|
||||||
|
'rename'
|
||||||
);
|
);
|
||||||
// sinterstore
|
// sinterstore
|
||||||
// sunion
|
// sunion
|
||||||
@ -85,7 +86,6 @@ class Resque_Redis
|
|||||||
// sdiffstore
|
// sdiffstore
|
||||||
// sinter
|
// sinter
|
||||||
// smove
|
// smove
|
||||||
// rename
|
|
||||||
// rpoplpush
|
// rpoplpush
|
||||||
// mget
|
// mget
|
||||||
// msetnx
|
// msetnx
|
||||||
|
Loading…
Reference in New Issue
Block a user