php-react-memcached
php-react-memcached copied to clipboard
Asynchronous Memcached PHP Client for ReactPHP ecosystem
Suppose the **QWER** key does not exist. This code fails when trying to get a value by a nonexistent key: ```
Such code works wrong: ```php
When message is big then you should collect whole message via chunk of data. In _Client.php_ you have this code: ```php protected function setConnectionHandlers(): void { $this->connection->on('data', function ($chunk) {...
Create 3 key/value pairs to test ```bash $ nc -C 127.0.0.1 9003 set QWE 0 0 3 QWE STORED set ASD 0 0 3 ASD STORED set ZXC 0 0...
It looks like the current code is not compatible with the php library memcached. In the memcached protocol in the _set_ command the _flags_ parameter is not standardized. It would...