Spring Data Redis - Introduction



Spring Data Redis, is a part of the Spring Data project. It provides configuration based access to the Redis from Spring application. It offers a level of abstraction for interacting with Key storebased data structure. Before jumping to the coding exercise lets have a basic understanding of Redis.

Advertisements