Nikolay Dobromirov

Results 5 comments of Nikolay Dobromirov

@samdark it does not, as then it fails on the Native PHP driver for some reason after that...

I thought so... Should we fix it :D? For now I have this worked-around with git-ignore, but it should be fixed so it knows where to download the package (**vendor**).

The issue is coming from a events that composer is triggering (I do not know the version they were added). This tool depends on them to initiate the scaffolding. In...

From experience the binary protocol allows for much higher performance (overall) compared to plain text one, mainly because you can then use compression on the data and keys you set...

As they've mentioned mcrouter does support binary protocol for transferring data. This will reduce the network overhead in a case where you have 2-step mcrouter setup like: box 1: web...