Venkaiah Juvvigunta
2018-10-17 09:15:10 UTC
I have tried below approach .
Step 1) Took a snapshot of AWS Redis and copied it in Azure
Step 2) Listened to the key space notifications at the time of copying from
AWS Redis and put it in a Queue and read these events from the queue once
the copying is done and applied it on Azure Redis.
Problems faced:
1)Every operation which effects AWS Redis data, needs one query to AWS
Redis to get the effected data as it is not present in notification.
2) Some operations like 'rename' is being delivered in two notifications,
handling these two notifications to construct the actual operation will be
bit difficult even in Queue.
Step 1) Took a snapshot of AWS Redis and copied it in Azure
Step 2) Listened to the key space notifications at the time of copying from
AWS Redis and put it in a Queue and read these events from the queue once
the copying is done and applied it on Azure Redis.
Problems faced:
1)Every operation which effects AWS Redis data, needs one query to AWS
Redis to get the effected data as it is not present in notification.
2) Some operations like 'rename' is being delivered in two notifications,
handling these two notifications to construct the actual operation will be
bit difficult even in Queue.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.