WIP on basic non-relational model functionality
This commit is contained in:
commit
ccad3de32d
11 changed files with 1666 additions and 0 deletions
5
redis_developer/orm/connections.py
Normal file
5
redis_developer/orm/connections.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import redis
|
||||
|
||||
|
||||
def get_redis_connection() -> redis.Redis:
|
||||
return redis.Redis()
|
||||
Loading…
Add table
Add a link
Reference in a new issue