You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ This Spring Session repository consists of the following modules:
19
19
* Spring Session Data Redis - provides `SessionRepository` and `ReactiveSessionRepository` implementation backed by Redis and configuration support
20
20
* Spring Session JDBC - provides `SessionRepository` implementation backed by a relational database and configuration support
21
21
* Spring Session Hazelcast - provides `SessionRepository` implementation backed by Hazelcast and configuration support
22
+
* Spring Session MongoDB - provides `SessionRepository` implementation backed by MongoDB and configuration support
22
23
23
-
Additional Spring Session modules can be found in the https://github.com/spring-projects/spring-session-data-mongodb[spring-session-data-mongodb] repository
24
-
and https://github.com/spring-projects/spring-session-data-geode[spring-session-data-geode] repository.
24
+
Additional Spring Session modules can be found in the https://github.com/spring-projects/spring-session-data-geode[spring-session-data-geode] repository.
0 commit comments