You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
973 B
Markdown

# Redis OM for Python
3 years ago
Welcome! This is the documentation for redis-om-python.
**NOTE**: The documentation is a bit sparse at the moment but will continue to grow!
## Getting Started
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).
3 years ago
## 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)
## Redis Modules
Read how to get the RediSearch and RedisJSON modules at [redis_modules.md](redis_modules.md).
## FastAPI Integration
Redis OM is designed to integrate with the FastAPI web framework. See how this works at [fastapi_integration.md](fastapi_integration.md).
3 years ago
## Error Messages
Get help with (some of) the error messages you might see from Redis OM: [errors.md](errors.md)