php-redis-server icon indicating copy to clipboard operation
php-redis-server copied to clipboard

A Redis server implementation in pure PHP

Results 9 php-redis-server issues
Sort by recently updated
recently updated
newest added

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...

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`.

The parser factory is unused, because `$parser` is immediately replaced. https://github.com/clue/php-redis-server/blob/bfe79beadfe76b9d532d766a732b43104e6587c9/src/Server.php#L76-L77

easy pick
maintenance
help wanted

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...

new feature
help wanted

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...

question
maintenance
help wanted