realms-wiki/realms/lib/services.py
Matthew Scragg b02d3db684 WIP
2014-08-20 10:28:25 -05:00

4 lines
130 B
Python

import redis
from realms import config
db = redis.StrictRedis(host=config.REDIS_HOST, port=config.REDIS_PORT, db=config.REDIS_DB)