ubuntu - Instantaneously sync data between two or more redis servers -


i running multiple redis servers, want sync data between multiple redis server less lag or no lag. make point using model in production. not able figure out master - master syn. running on aws ec2 ubuntu instances.

kindly me

you can use redis replication, can create whatever slaved want , ping master @ every second check updates master, master remember when each slave last ping master,

for configure can check this: redis replication documentation


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -