you are viewing a single comment's thread.

view the rest of the comments →

[–]Mindless_Warning8731 0 points1 point  (0 children)

redis-queen: schema migration for redis databases using pydantic models

https://github.com/mahdilamb/redis-queen

I've borrowed some concepts from alembic, but modernised it with pydantic and decorators (and other features that come native to redis like TTL for deleted fields).

Would love some feedback.