Michael Grunder

Results 200 comments of Michael Grunder

@marcdejonge Were you able to test the new functionality?

Thanks for letting us know. Is it possible that your non-auth related issues have to do with our introduction of the `ECHO` challenge/response? We haven't heard of it causing failures...

Closing this issue as I don't believe it is still a problem (I'm on an M1). If you are still having trouble though please feel free to reopen and I...

I don't think the Swoole client is PhpRedis but their own, so it's probably better to ask there.

Closing as we jumped to 1.1.0 via #91

Interesting. This will actually take a fair bit of work to support but I agree that we should support it.

I'll go through the list today. I think some yes (like the new stream additions) but probably not things like `CLUSTER ADDSLOTS`, etc. What do you think?

PhpRedis does support running under `ZTS` mode, but not sharing a single `Redis` object between multiple concurrently running threads. That said, I've never tried it (either with `pthreads` or `parallel`...

Over the years we have had dozens of similar questions related to using hiredis in a multithreaded environment. In every case, the issue was due to improper sharing of the...

Going to close this issue since it's unlikely an issue in hiredis. If you can provide a reproducer I'm happy to take a look.