drmull

Results 5 comments of drmull

I have added some error pruning logic before. My approach was to look at the 'depth' of the error, i.e. the length of the path. In the 'any' case keep...

Need to see if this has any performance impact when reading big bulk strings and similar. I am not sure if the reading process really needs to be part of...

>Btw, how likely is it than gen_tcp:send will block in our pipeline scenarios? The note on gen_tcp:send gives the impression that it will not block, at least not in the...

One idea is to make a separate benchmark repo where we test ered vs eredis_cluster and maybe include other erlang redis cluster clients. As we have discussed before, it would...

> but it still rewrites the whole persistent term table, which may contain stuff out of control of this lib. Yes you are right, I did not realize the persistent...