Core features of Redis OM Python
mainRedis OM Python provides several key capabilities for working with Redis:
- Hash & JSON Models: Automatic serialization for storing data as Redis Hashes or JSON documents.
- Powerful Queries: Django-like ORM syntax leveraging RediSearch for complex queries.
- Pydantic Validation: Full Pydantic v2 support for data validation and type safety.
- Async & Sync: Support for both synchronous (
redis_om) and asynchronous (aredis_om) APIs.