redis-om-python/README.md
2021-08-31 16:36:34 -07:00

24 lines
721 B
Markdown

# Redis Developer Python
redis-developer-python is a high-level library containing useful Redis
abstractions and tools, like an ORM 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)