paul-mhq

Results 4 issues of paul-mhq

Crash reports are formatted with something like format_reason(Reason) -> {Str, _} = lager_trunc_io:print(Reason, 500), ... It would be nice if the 500 were configurable. I had a program failure that...

Hi, I'm trying to write an Erlang application that connects to MongoDB and I looked into using this client driver. I notice that soundrop/bson-erlang (the rebar dependency) maps document field...

Maybe I'm missing something, but it seems to me that if I run redis:connect() when the redis db is down, the client process crashes (i.e. some linked process seems to...

Could erldocs.com be updated with the 16b docs? Thanks.