Word choice

main
Andrew Brookins 3 years ago
parent 12bd069026
commit a1fef8cfe6

@ -10,7 +10,7 @@ Good news: Redis OM was **specifically designed to integrate with FastAPI**!
### Every Redis OM Model is also a Pydantic model
Every Redis OM model is also a Pydantic model, so you can define a model and then pass the model class into any location that FastAPI expects a Pydantic model.
Every Redis OM model is also a Pydantic model, so you can define a model and then use the model class anywhere that FastAPI expects a Pydantic model.
This means a couple of things:

Loading…
Cancel
Save