Skip to content

Commit

Permalink
Merge pull request #80 from danhunsaker/patch-1
Browse files Browse the repository at this point in the history
Update lib/Resque/Redis.php
  • Loading branch information
chrisboulton committed Jan 12, 2013
2 parents 5fdc360 + 5127aef commit 723be94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Resque/Redis.php
Expand Up @@ -33,6 +33,7 @@ class Resque_Redis extends Redisent
'ttl',
'move',
'set',
'setex',
'get',
'getset',
'setnx',
Expand Down Expand Up @@ -129,4 +130,4 @@ public static function removePrefix($string)
return $string;
}
}
?>
?>

0 comments on commit 723be94

Please sign in to comment.