We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9a5e6 commit 6ee6768Copy full SHA for 6ee6768
src/Dashboards/Redis/Compatibility/Predis.php
@@ -175,6 +175,7 @@ public function pipelineKeys(array $keys): array {
175
if (!is_array($result)) {
176
continue;
177
}
178
+
179
if (count($result) < 3) {
180
181
src/Dashboards/Redis/Compatibility/Redis.php
@@ -189,6 +189,7 @@ public function pipelineKeys(array $keys): array {
189
190
191
192
193
194
195
0 commit comments