Skip to content

Commit 36599ed

Browse files
author
aleksanders
committed
remove fast-track check for empty answer
1 parent ad75eb0 commit 36599ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Command/Redis/XCLAIM.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ public function setArguments(array $arguments): void
6464

6565
public function parseResponse($data): array
6666
{
67-
if (!$data) {
68-
return [];
69-
}
70-
7167
// JUSTID format
7268
if (isset($data[0]) && !is_array($data[0])) {
7369
return $data;

0 commit comments

Comments
 (0)