mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +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
@ -33,6 +33,7 @@ class Resque_Redis extends Redisent
|
||||
'ttl',
|
||||
'move',
|
||||
'set',
|
||||
'setex',
|
||||
'get',
|
||||
'getset',
|
||||
'setnx',
|
||||
|
Loading…
Reference in New Issue
Block a user