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.
Hi everyone! I recently completed the MVP for redisql, a MySQL to Redis data migration engine. It's still in development, and I plan to implement more features in the future. I'd appreciate feedback on the project so far, especially with regards to documentation and the roadmap. Thanks.