Hacker News new | ask | show | jobs
by DGKSK8LIFE 1813 days ago
Yeah, this is an important question that I've also been answering on Reddit. I think the main use-case once I add more functionality to the project will actually be less aligned with migrating data but more so with caching. I want to build auto-sync and event-driven data transfers so that for example if SQL schema is altered, redis schema will mirror changes accordingly. I also want to give developers more control over how data is being stored in Redis. At the moment I'm using hashes but there are a lot of shortcomings doing so.