Skip to content

Instantly share code, notes, and snippets.

@nick-jiang
nick-jiang / app.py
Last active August 29, 2015 14:05 — forked from ayang/app.py
Redis based simple session store
#!/usr/bin/env python
# _*_ encoding: utf-8 _*_
import time
from tornado.web import RequestHandler
from utils.session import RedisSessionStore