Harmen

Results 71 comments of Harmen

@robx thanks for the comments, this should be it.

> Hello, I've been using miniredis in my unit-tests and found unexpected behaviour when trying to subscribe with miniredis client and publish with https://github.com/redis/go-redis, which led to io timeout on...

Also, make sure you use the /v2 version of miniredis.

The problem is that "Publish" writes to a channel where nothing is reading on. If you change that to work in a Go routine it works for me: ``` ......

Agree, I added it in #350

merged to master, will make it a proper versioned release in a few days.

Thanks for the PR, I'll have a look soon.

(sorry, this slipped through, will have a look soon)

Thanks for the PR, sorry for the long delay.

Thanks! I'll have a look soon.