Work on docs, getting started guide
This commit is contained in:
parent
ad6a323fb8
commit
f44b7fa664
10 changed files with 434 additions and 12 deletions
29
docs/models_and_fields.md
Normal file
29
docs/models_and_fields.md
Normal 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue