Develop Spring Redis applications
The open source Spring framework is a mainstay of enterprise application development, with millions of Java developers in its user ranks. Spring Data is an umbrella open source project that makes it easier to build Spring-powered applications that use data access technologies — including modern ones such as nonrelational databases, MapReduce frameworks, and cloud-based data services. One such technology is Redis (REmote DIctionary Server) — an open source, advanced, NoSQL key-value datastore that is written in ANSI C. In this article I introduce you to Redis, its data model and data types, and its advantages. Then, you'll see how to use Spring Data Redis to build a sample application.
Read full article from Develop Spring Redis applications
No comments:
Post a Comment