#327 - Add Jackson example for Reactive Redis use.

This commit is contained in:
Mark Paluch
2017-11-30 15:03:49 -08:00
parent b3d8749273
commit 19cf463305
5 changed files with 244 additions and 0 deletions

View File

@@ -29,6 +29,11 @@
<artifactId>lettuce-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>