Skip to content

Commit

Permalink
add comment for the future; see #1047
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Feb 26, 2023
1 parent 570943c commit 237c82b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Command/Redis/COMMAND.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,15 @@ public function getId()
{
return 'COMMAND';
}

/**
* {@inheritdoc}
*/
public function parseResponse($data)
{
// Relay (RESP3) uses maps and it might be good
// to make the return value a breaking change

return $data;
}
}

0 comments on commit 237c82b

Please sign in to comment.