Intercept Redis requests and write to 2nd Redis Master

Hello,
I have two Redis clusters in different AWS regions. As Redis doesn’t support master-master replication, Is it possible to use Lua Script to intercept the redis requests and write to the redis master in the other region?

//sorry, please delete//