Author: ryangrenz
Date: 2010-03-31 16:23:17 +0200 (Wed, 31 Mar 2010)
New Revision: 28924
Modified:
plugins/sfRediskaPlugin/lib/Doctrine_Cache_Redis.class.php
Log:
Merge branch 'master' into HEAD
Modified: plugins/sfRediskaPlugin/lib/Doctrine_Cache_Redis.class.php
===================================================================
--- plugins/sfRediskaPlugin/lib/Doctrine_Cache_Redis.class.php 2010-03-31
14:15:18 UTC (rev 28923)
+++ plugins/sfRediskaPlugin/lib/Doctrine_Cache_Redis.class.php 2010-03-31
14:23:17 UTC (rev 28924)
@@ -73,7 +73,7 @@
$pipeline = $this->_rediska->pipeline();
$pipeline->set($id, $data);
if ($lifeTime) {
- $pipe->expire($id,$lifeTime)
+ $pipe->expire($id,$lifeTime);
}
return $pipeline->execute();
}
@@ -99,4 +99,4 @@
{
return $this->_rediska->getKeysByPattern('*');
}
-}
\ No newline at end of file
+}
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.