106 ms·
I noticed you're using tornado but appear to be using the standard (non-evented?) python redis library. Does using this library block tornado's event loop? Did
by drewolson 14y ago
I noticed you're using tornado but appear to be using the standard (non-evented?) python redis library. Does using this library block tornado's event loop? Did you look at other tools like brukva[1]?
[1] https://github.com/evilkost/brukva https://github.com/evilkost/brukva
- nkrode 14y agobrukva looks interesting, i'll check it out. thnx.