Work on docs, getting started guide

This commit is contained in:
Andrew Brookins 2021-10-29 17:31:36 -07:00
parent ad6a323fb8
commit f44b7fa664
10 changed files with 434 additions and 12 deletions

29
docs/models_and_fields.md Normal file
View file

@ -0,0 +1,29 @@
# 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