Michael Grunder

Results 200 comments of Michael Grunder

This is correct. In actuality, most PhpRedis methods may return `false` (in the event of a failure) and `Redis` itself (if inside a pipeline/multi block). I made #2015 to make...

Closing as #2015 was merged. The stubs should be correct now.

I can confirm this is the case in 5.3.7. I suppose we should put together a bugfix release soon.

I believe these have all been fixed now in the `develop` branch.

Hi, sorry for the delay another project has taken all my time. It certainly does look like a bug (unless you're actually trying to allocate 1GB of data), and if...

We should update the command to take a float, but in the meantime you can always use `rawCommand` ```php $r = new Redis; $r->connect('localhost', 6379); $r->rpush('foo', 'a','b','c'); while ($res =...

This looks correct to me at first glance, although I didn't write the async layer. How big a performance improvement are you seeing with it, assuming you're using the new...

I think the improvement is worth making, but we'll need to make sure not to introduce any breaking changes. I'm planning on putting together `v1.1.0` this weekend, and then we...

> but second time exec command ,why it return the same err info, check the command 'GET personification_config_ver' is ok. I understand your point that a format error probably doesn't...