#323 - Add examples for Reactive Redis Template.

This commit is contained in:
Mark Paluch
2017-11-28 11:34:12 +01:00
parent bd7b5e553b
commit c2858055a8
5 changed files with 200 additions and 2 deletions

View File

@@ -29,6 +29,12 @@
<artifactId>lettuce-core</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-redis-example-utils</artifactId>