I\'m curious what the recommended method of querying Redis (or any DB for that matter) is from Tornado.
I\'ve seen some examples like https://gist.github.com/357306 but
One option is to use the port of Tornado to Twisted and then use the Twisted Redis API with that. Tornado itself doesn't seem to have arbitrary asynchronous operations as an objective (though if you wanted to rebuild all of the sorts of things that have been built for Twisted, you probably could build them from the low-level iostream APIs in Tornado, but I wouldn't recommend it).