You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
197 B

# -*- coding: utf-8 -*-
from .connection import ( # NOQA
get_redis,
get_redis_from_settings,
)
__author__ = 'Rolando Espinoza'
__email__ = 'rolando at rmax.io'
__version__ = '0.7.0-dev'