Due to some historical/incident reasons, my company cannot use AWS ElastiCache, so can someone recommend a step-by-step tutorial on how to configure a Redis Cluster on AWS EC2?
This install redis on aws micro instance has already been very answered how a single Redis instance could be installed.
But in terms of installing a Redis Cluster, no further information is provided and I searched on the Internet, no clear tutorials/examples are found, e.g. which cluster management should be used? ZooKeeper, Mesos, etc? And anything else should be paid attention be, when developing, configuring and deploying to production.
Thanks a lot!