From 84930aaaeb67a2ae610f6ae95b597f51850278ba Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 15 Oct 2015 09:26:55 +0200 Subject: [PATCH] Added KeyValue module to the list of core ones. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e7931b1..c40256a 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,7 @@ Core Spring concepts underpinning every Spring Data project. * [Spring Data Redis](http://projects.spring.io/spring-data-redis) - Provides easy configuration and access to Redis from Spring applications. * [Spring Data Solr](http://projects.spring.io/spring-data-solr) - Spring Data module for Apache Solr. * [Spring Data Gemfire](http://projects.spring.io/spring-data-gemfire) - Provides easy configuration and access to GemFire from Spring applications. +* [Spring Data KeyValue](https://github.com/spring-projects/spring-data-keyvalue) - `Map`-based repositories and SPIs to easily build a Spring Data module for key-value stores. * [Spring Data REST](http://projects.spring.io/spring-data-rest) - Exports Spring Data repositories as hypermedia-driven RESTful resources.