Hacker News new | ask | show | jobs
by drewolson 5107 days 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

1 comments

brukva looks interesting, i'll check it out. thnx.