30 lines
394 B
Markdown
30 lines
394 B
Markdown
|
# 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
|
||
|
|
||
|
|