redis-om-python/docs/models_and_fields.md

30 lines
394 B
Markdown
Raw Normal View History

2021-10-30 02:31:36 +02:00
# Models and Fields
## Introduction
## Saving Data As Hashes With HashModel
### What Does Redis Store?
## Saving Data With JSON With JsonModel
### What Does Redis Store?
## Primary Keys
### Why Primary Keys Matter to Redis OM
### Using the Default Primary Key
### Using a Custom Primary Key
## Meta Classes
## Subclassing Models
### Subclassing and Meta Objects
## Saving Models