ALL COVERED TOPICS

NoSQL Benchmarks NoSQL use cases NoSQL Videos NoSQL Hybrid Solutions NoSQL Presentations Big Data Hadoop MapReduce Pig Hive BigTable Cassandra HBase Hypertable Couchbase CouchDB MongoDB OrientDB RavenDB Jackrabbit Terrastore Redis Riak Project Voldemort Tokyo Cabinet Kyoto Cabinet memcached Membase Amazon SimpleDB MemcacheDB M/DB GT.M Amazon Dynamo Dynomite Mnesia Yahoo! PNUTS/Sherpa Neo4j InfoGrid Sones GraphDB InfiniteGraph AllegroGraph MarkLogic Clustrix CouchDB Case Studies MongoDB Case Studies NoSQL at Adobe NoSQL at Facebook NoSQL at Twitter

NAVIGATE MAIN CATEGORIES

Close

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/

Find more articles on the same topics: