Article Overview
In this article we will learn how to integrate a Spring boot application with Apache Cassandra database and Redis cache. This is an extension to one of our previous articles which demonstrates the steps to set up Apache Cassandra and how to integrate is with Springboot, link shared below.
In this tutorial we will use the same database and table from the above tutorial to complete the integration with Redis Cache.
Pre-requisites
Basic understanding of Springboot and Cassandra along with Cassandra database setup from the previous article. Recommendation is to go through the aforementioned tutorial before proceeding