In this lesson, we will focus on Clustering. Redis clustering (or simply Redis Cluster) is a distributed Redis deployment with the ability to automatically split the dataset among multiple nodes, provide high performance and linear scalability, retain all the writes originating from clients and more.
We will see how to install and configure a Redis cluster, the commands to manage and administrate it, as well as how to leverage its capabilities in a NoSQL DB setup.