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