Add basic migrations, query expression resolver
This commit is contained in:
parent
afe05fb7dd
commit
0990c2e1b4
15 changed files with 752 additions and 88 deletions
5
redis_developer/connections.py
Normal file
5
redis_developer/connections.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import redis
|
||||
|
||||
|
||||
def get_redis_connection() -> redis.Redis:
|
||||
return redis.Redis(decode_responses=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue