| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | final class StreamGroupConsumer extends RedisStream |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Create group Consumer |
||
| 14 | * |
||
| 15 | * @param string $groupName |
||
| 16 | * @param bool $isShowFullHistoryStream |
||
| 17 | * |
||
| 18 | * @return bool |
||
| 19 | * |
||
| 20 | * @throws \Exception |
||
| 21 | */ |
||
| 22 | public function create(string $groupName, bool $isShowFullHistoryStream = true) : bool |
||
| 42 | } |