Final docs push
This commit is contained in:
parent
321b356140
commit
269d44c26e
13 changed files with 442 additions and 48 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Redis OM for Python
|
||||
|
||||
Welcome! This is the index of documentation for redis-om-python.
|
||||
Welcome! This is the documentation for redis-om-python.
|
||||
|
||||
**NOTE**: The documentation is a bit sparse at the moment but will continue to grow!
|
||||
|
||||
|
|
@ -12,6 +12,10 @@ Read the Getting Started tutorial at [getting_started.md](getting_started.md).
|
|||
|
||||
Read about connecting to Redis at [connections.md](connections.md).
|
||||
|
||||
## Models and Fields
|
||||
|
||||
Learn all about how to create model instances and define fields in [models.md](models.md).
|
||||
|
||||
## Validating Data
|
||||
|
||||
Read about how to use Redis OM models to validate data at [validation.md](validation.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue