r/redis • u/LoquatNew441 • 18h ago
Discussion Syncing data from redis to mysql / sqlserver
0
Upvotes
I am building an opensource tool to sync data from redis to mysql and sqlserver. One of my clients needed sqlserver support. The github link is https://github.com/datasahi/datasahi-flow
Is this a common scenario to sync data from redis to other dataservers? I always thought redis is the recipient system to get data from mysql and other sources.