sopherapps / pydantic-redis

A simple Declarative ORM for Redis using pydantic Models
https://sopherapps.github.io/pydantic-redis
MIT License
39 stars 14 forks source link

Add support for Set model type #1

Closed adamlwgriffiths closed 2 years ago

adamlwgriffiths commented 3 years ago

Just came across your project and its exactly how I was going to write this myself, but you've integrated it with pydantic which looks interesting.

Do you have plans to support Redis sets?

At first glance it would be a model with two fields: a primary key, and the actual data type itself.

Tinitto commented 2 years ago

@adamlwgriffiths , I was just apologizing to someone else that I keep missing notifications about activities on these repos and since there is usually very minimal activity, I don't notice till years later.

To answer your question, I worked on this on a certain weekend as a hobby. I never got to really use it on a production project. I guess if you or anyone else is interested in advancing it, just let me know because I don't see myself adding more stuff to it.

adamlwgriffiths commented 2 years ago

No problems. I ended up writing some of my own code but also walked away from that too =P Such is the nature of things.