Skip to content

pydantic-redis v0.2.0

Compare
Choose a tag to compare
@Tinitto Tinitto released this 29 Dec 19:02
· 64 commits to master since this release

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