Skip to content

Commit 6ee6768

Browse files
committed
cs
1 parent 2f9a5e6 commit 6ee6768

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Dashboards/Redis/Compatibility/Predis.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ public function pipelineKeys(array $keys): array {
175175
if (!is_array($result)) {
176176
continue;
177177
}
178+
178179
if (count($result) < 3) {
179180
continue;
180181
}

src/Dashboards/Redis/Compatibility/Redis.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ public function pipelineKeys(array $keys): array {
189189
if (!is_array($result)) {
190190
continue;
191191
}
192+
192193
if (count($result) < 3) {
193194
continue;
194195
}

0 commit comments

Comments
 (0)