mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Update lib/Resque/Redis.php
Add SETEX to the list of commands which supply a key as the first argument.
This commit is contained in:
parent
5fdc3609e9
commit
5127aefa90
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