Turn on redis command 'rename'

This commit is contained in:
Wedy Chainy 2014-09-19 21:29:53 +10:00
parent 80d1c4be19
commit 98fde571db
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

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