#149 - Add Redis repository support sample.

Bumped Spring Data Redis version to 1.7 RC1. Added JUnit Rule for Embedded Redis Server.

Original pull request: #162.
This commit is contained in:
Christoph Strobl
2016-02-08 08:59:27 +01:00
committed by Oliver Gierke
parent 1f94bb12f1
commit 5a25e80bbf
13 changed files with 765 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ We have separate folders for the samples of individual modules:
* `example` - Example for basic Spring Data Redis setup.
* `cluster-sentinel` - Example for Redis cluster and Sentinel support.
* `repository` - Example demonstrating Spring Data repository abstraction on top of Redis.
## Spring Data Elasticsearch