Skip to content

Commit

Permalink
Update Redis.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Jun 13, 2022
1 parent 3564ab1 commit 14f7710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Protocols/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static function decode($buffer)
}
return [$type, $value];
default:
return ['!', "protocol error, got '$type' as reply type byte."];
return ['!', "protocol error, got '$type' as reply type byte. buffer:".bin2hex($buffer)];

}
}
Expand Down

0 comments on commit 14f7710

Please sign in to comment.