- Changed redis index to use sorted sets instead of ordinary sets
Fixed
0.3.0
Added
- Added asyncio support, to be got from the `pydantic_redis.asyncio` module
Changed
- Moved the synchronous version to the `pydantic_redis.syncio` module, but kept its contents exposed in pydantic_redis for backward-compatibility
Fixed
0.2.0
Added
Changed
- Changed the `NESTED_MODEL_LIST_FIELD_PREFIX` to `___` and `NESTED_MODEL_TUPLE_FIELD_PREFIX` to `____` - Changed all queries (selects) to use lua scripts - Changed `Model.deserialize_partially` to receive data either as a dict or as a flattened list of key-values
Fixed
0.1.8
Added
- Add support for model fields that are tuples of nested models
Changed
Fixed
0.1.7
Added
Changed
Fixed
- Fixed support for model properties that are *Optional* lists of nested models - Fixed issue with field names being disfigured by `lstrip` when attempting to strip nested-mode-prefixes
0.1.6
Added
- Support for model properties that are lists of nested models