Merge pull request #213 from wedy/turn-on-redis-rename-cmd

Turn on redis command 'rename'
This commit is contained in:
Chris Boulton 2014-09-22 16:12:40 +10:00
commit e393d5672c
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
vendor/
vendor/
*.swp

View File

@ -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