#528 - Add Redis Streams example.

closes: #528
Original pull request: #529.
This commit is contained in:
Christoph Strobl
2019-08-30 10:57:48 +02:00
committed by Mark Paluch
parent d6d49bf27d
commit ddad793b88
11 changed files with 571 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ We have separate folders for the samples of individual modules:
* `reactive` - Example project to show reactive template support.
* `repositories` - Example demonstrating Spring Data repository abstraction on top of Redis.
* `sentinel` - Example for Redis Sentinel support.
* `streams` - Example for [Redis Streams](https://redis.io/topics/streams-intro) support.
## Spring Data for Apache Solr