mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
Merge pull request #80 from danhunsaker/patch-1
Update lib/Resque/Redis.php
This commit is contained in:
commit
723be94788
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ class Resque_Redis extends Redisent
|
||||||
'ttl',
|
'ttl',
|
||||||
'move',
|
'move',
|
||||||
'set',
|
'set',
|
||||||
|
'setex',
|
||||||
'get',
|
'get',
|
||||||
'getset',
|
'getset',
|
||||||
'setnx',
|
'setnx',
|
||||||
|
@ -129,4 +130,4 @@ class Resque_Redis extends Redisent
|
||||||
return $string;
|
return $string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue