redis-om-python/redis_developer/orm/connections.py

6 lines
83 B
Python
Raw Normal View History

import redis
def get_redis_connection() -> redis.Redis:
return redis.Redis()