core/redis/__init__.py

6 lines
69 B
Python
Raw Normal View History

from redis.client import Redis
redis = Redis()
__all__ = ['redis']