Add connection docs

This commit is contained in:
Andrew Brookins 2021-11-24 07:42:06 -08:00
parent 6dbeb5e9ec
commit 0d74f4ee5a
2 changed files with 100 additions and 0 deletions

View file

@ -8,6 +8,10 @@ Welcome! This is the index of documentation for redis-om-python.
Read the Getting Started tutorial at [getting_started.md](getting_started.md).
## Connecting to Redis
Read about connecting to Redis at [connections.md](connections.md).
## Validating Data
Read about how to use Redis OM models to validate data at [validation.md](validation.md)