2021-10-30 02:31:36 +02:00
|
|
|
# Models and Fields
|
|
|
|
|
2021-11-02 22:17:49 +01:00
|
|
|
**NOTE:** This documentation is a stub. Documentation for this project is a work in progress!
|
|
|
|
|
2021-10-30 02:31:36 +02:00
|
|
|
## 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
|
|
|
|
|
|
|
|
|