1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Merge branch '1.x'

This commit is contained in:
Jordi Boggiano
2016-03-09 11:29:24 +00:00

View File

@@ -77,7 +77,7 @@ class RedisHandler extends AbstractProcessingHandler
$this->redisClient->multi()
->rpush($this->redisKey, $record["formatted"])
->ltrim($this->redisKey, -$this->capSize, -1)
->execute();
->exec();
} else {
$redisKey = $this->redisKey;
$capSize = $this->capSize;