evilkost / brukva

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

Minor fix for proper arg name for gen.Task #27

Open cnu opened 12 years ago

cnu commented 12 years ago

....

gen.Task requires 'callback' as the argument. Now you can do yield gen.Task(...) Test cases also updated.