Add SimpleRedisOperationsSessionRepository sample

Resolves: #1408
This commit is contained in:
Vedran Pavic
2019-06-13 22:09:55 +02:00
parent 17005c51a7
commit 782167b306
16 changed files with 586 additions and 0 deletions

View File

@@ -74,6 +74,10 @@ To get started with Spring Session, the best place to start is our Sample Applic
| Demonstrates how to use Spring Session to replace the `HttpSession` with Redis using JSON serialization.
|
| {gh-samples-url}spring-session-sample-boot-redis-simple[HttpSession with simple Redis `SessionRepository`]
| Demonstrates how to use Spring Session to replace the `HttpSession` with Redis using `SimpleRedisOperationsSessionRepository`.
|
|===
.Sample Applications that use Spring Java-based configuration