mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Merge pull request #80 from danhunsaker/patch-1
Update lib/Resque/Redis.php
This commit is contained in:
commit
723be94788
@ -33,6 +33,7 @@ class Resque_Redis extends Redisent
|
||||
'ttl',
|
||||
'move',
|
||||
'set',
|
||||
'setex',
|
||||
'get',
|
||||
'getset',
|
||||
'setnx',
|
||||
@ -129,4 +130,4 @@ class Resque_Redis extends Redisent
|
||||
return $string;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user