Creates a Redis Cluster with 3 Master and 3 Slave nodes using Docker as instructed in Official Documentation
Run make all
to create the cluster with 3 Master and 3 Slave nodes.
Run make load-dataset
to load a dataset of 5000 KVs to the cluster.
Run make query-cluster
to query the cluster.