redis-om-python/docs/models_and_fields.md
2021-10-29 17:31:36 -07:00

394 B

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