paul-mhq

Results 2 comments of paul-mhq

Thinking about this a little more, gen_server:start() doesn't seem like generically the right thing either, since it can leak connections if the client process exits/crashes. That was probably the reason...

The caller can monitor the redis connection, but I don't see how to get it the other way around (the connection monitors the caller). The idea is for the connection...