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
I would recommend to use brukva which is an "Asynchronous Redis client that works within Tornado IO loop".