Dana Powers

Results 23 comments of Dana Powers

Deleting from pypi would likely cause builds, like yours, to break unceremoniously. I'm not that mean :) Instead we are simply not updating it, and letting your confusion lead to...

were you testing against master or the 1.2 release ? if master (or v1.3), the call would probably block on getConnection. see https://github.com/fiorix/txredisapi/pull/68 . You might try the same test...

Have you tried tuning `fetch_max_bytes` ? It defaults to 50MB, which is probably too big if you've only got 128MB to work with.