Basic hash and JSON models

This commit is contained in:
Andrew Brookins 2021-09-01 12:56:06 -07:00
parent 0e72f06ba5
commit 59dced95a6
4 changed files with 260 additions and 135 deletions

View file

@ -1,5 +1,6 @@
from .model import (
RedisModel,
Relationship,
HashModel,
JsonModel,
Field
)