evilkost / brukva

Asynchronous Redis client that works within Tornado IO loop.
Other
265 stars 33 forks source link

Possibility of using tornado.gen vs adisp? #23

Closed whardier closed 6 years ago

whardier commented 12 years ago

tornado.gen and adisp.process don't mix well together. Have there been any forks that prefer tornado.gen or is this a future goal for brukva?

majek commented 12 years ago

Take a look at this experiment: https://github.com/majek/rons

whardier commented 12 years ago

Yup Yup. I ended up just writing my own simple socket client and then moved off to using webdis :)

On Sat, Feb 18, 2012 at 2:57 PM, Marek Majkowski reply@reply.github.com wrote:

Take a look at this experiment: https://github.com/majek/rons


Reply to this email directly or view it on GitHub: https://github.com/evilkost/brukva/issues/23#issuecomment-4038463

davidwilemski commented 12 years ago

I just found this: https://github.com/leporo/tornado-redis