This post originated from an RSS feed registered with Java Buzz
by justin cater.
Original Post: Spring Data and Redis
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
In this lesson, we will use Redis in a real-world application. For this reason, we are going to build a simple Java application which uses Redis and the excellent Spring Data Redis project together with the Spring Framework.
We will choose a Redis Java client, introduce the relevant dependencies, perform the necessary configuration and finally write the access code.