redis-om-python with updated dependencies
Find a file
2021-09-29 20:32:44 -07:00
redis_developer Test embedded Model.DoesNotExist error 2021-09-29 20:32:44 -07:00
tests Test embedded Model.DoesNotExist error 2021-09-29 20:32:44 -07:00
.gitignore WIP on basic non-relational model functionality 2021-08-30 18:08:07 -07:00
poetry.lock Add basic migrations, query expression resolver 2021-09-15 17:41:45 -07:00
pyproject.toml Add basic migrations, query expression resolver 2021-09-15 17:41:45 -07:00
README.md Tweaks to README copy 2021-08-31 16:37:49 -07:00

Redis Developer Python

redis-developer-python is a high-level library containing useful Redis abstractions, like an ORM, rate limiter, and leaderboard.

ORM

redis-developer-python includes an Object Redis Mapper.

Declarative model classes

Serialization and validation based on model classes

Save a model instance to Redis

Get a single model instance from Redis

Update a model instance in Redis

Batch/bulk insert and updates

Declarative “primary key”

Embedded models (JSON)

Exact-value queries on indexed fields

Declarative index creation and automatic index management (RediSearch)

Ad-hoc numeric range and full-text queries (RediSearch)

Aggregations (RediSearch)