Reinstate spring-boot-starter-data-redis-reactive

Closes gh-11035
This commit is contained in:
Stephane Nicoll
2017-11-15 19:02:59 +01:00
parent def47c31de
commit d3daded636
4 changed files with 27 additions and 0 deletions

View File

@@ -3493,6 +3493,9 @@ in a convenient way. By default, it uses
https://github.com/lettuce-io/lettuce-core/[Lettuce]. That starter handles both
traditional and reactive applications.
TIP: we also provide a `spring-boot-starter-data-redis-reactive` '`Starter`' for
consistency with the other stores with reactive support.
[[boot-features-connecting-to-redis]]