NoSQL tutorial: Redis with Spring Data
This is first milestone release, so there are minor bugs, documentation isn’t perfect as we used to, and current version need no stable Redis server, but for sure it is great library which allow us to use all this cool NoSQL stuff in “standard” Spring Data Access manner.
A short, but nice explanation on setting up Redis with Spring Data and the main classes you’ll interact with. Everything seems to have the Spring flavor, so if you ever used Spring for accessing your database, starting to use Redis should not be too difficult. Indeed you’ll not have SQL queries and you’ll have to be aware of the different data types and operations Redis handles.
Original title and link: NoSQL tutorial: Redis with Spring Data (NoSQL databases © myNoSQL)
via: http://pietrowski.info/2011/01/spring-data-redis-tutorial/