Home
last modified time | relevance | path

Searched refs:channelKey (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisPubSubHandler.php34 private $channelKey; variable in Monolog\\Handler\\RedisPubSubHandler
47 $this->channelKey = $key;
57 $this->redisClient->publish($this->channelKey, $record["formatted"]);