php-redis-server
php-redis-server copied to clipboard
A Redis server implementation in pure PHP
Refs clue/reactphp-ssh-proxy#26
I increased the minimum required version of PHP to 7.4 and added strong type hints everywhere I could. It was not always possible, but I think it turned out pretty...
PHP 7
Your benchmarks are slightly out of date. That is why HHVM is showing a 2.5 times better improvement. Try with PHP 7.
This PR adds phpunit to dev dependencies in `composer.json`.
This PR fixes #15
The parser factory is unused, because `$parser` is immediately replaced. https://github.com/clue/php-redis-server/blob/bfe79beadfe76b9d532d766a732b43104e6587c9/src/Server.php#L76-L77
I finished the blocking lists implementation. In the process I had to upgrade and add the following packages: * Promises * Evenement * Clue\React\Block I created a wrapper class for...
After talking to @nrk about this project he shortly after published niseredis, a redis server mock: https://github.com/nrk/niseredis It already includes an implementation for quite a few commands missing from this...