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 c01d962 commit 19a45eeCopy full SHA for 19a45ee
1 file changed
src/Dashboards/Memcached/Compatibility/CommandTrait.php
@@ -40,7 +40,7 @@ public function command(string $command): ?array {
40
return null;
41
}
42
43
- fwrite($fp, $command."\n");
+ fwrite($fp, $command."\r\n");
44
45
$part = '';
46
$data = [];
0 commit comments