6 lines
69 B
Python
6 lines
69 B
Python
from redis.client import Redis
|
|
|
|
redis = Redis()
|
|
|
|
__all__ = ['redis']
|