Word choice
This commit is contained in:
parent
12bd069026
commit
a1fef8cfe6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue