redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.06k stars 108 forks source link

[Enhancement] Support msgspec classes #566

Closed XChikuX closed 3 months ago

XChikuX commented 9 months ago

Pydantic is great.

It would also be nice to support msgspec which is a low effort JSON parser and validator.

slorello89 commented 3 months ago

I don't think this is something that can be realistically supported (you'd basically need to completely refactor and split the entire library to support it)