issues
search
sopherapps
/
pydantic-redis
A simple Declarative ORM for Redis using pydantic Models
https://sopherapps.github.io/pydantic-redis
MIT License
43
stars
14
forks
source link
Add a few minor fixes
#9
Closed
Tinitto
closed
2 years ago
Tinitto
commented
2 years ago
What was Done
Fixed issubclass error when Generic Alias types like List[str] are used as annotations
Add more benchmark tests
What was Done