Learn more about Redis with java example

Reading Time: 2 mins If you are working on an application which has more interaction with real-time data and for modern businesses, performance is the key factor. Moreover, with this scenario your data won’t be stored in structured way which was formerly stored with RDBMS part and to make storage flexible and access the unstructured data faster and better … Read more

Introduction to caching, Redis and certification.

Reading Time: 4 mins We all must have used database like Oracle/MySql for storing data, where our data get stored in relational forms, we perform CRUD operation, manage transactions and application storage. At times, when application is too large, at enterprise level I’m talking about, till certain limit we can scale it and we do have limited resources and … Read more