Add Redis implementation of ReactorSessionRepository

Closes gh-816
This commit is contained in:
Vedran Pavic
2017-08-11 07:59:49 +02:00
parent 9f5f7540d2
commit 19b8effa41
12 changed files with 1368 additions and 14 deletions

View File

@@ -9,6 +9,10 @@ dependencies {
exclude group: "org.slf4j", module: 'jcl-over-slf4j'
}
optional "io.projectreactor:reactor-core"
optional "org.springframework:spring-web"
testCompile "io.projectreactor:reactor-test"
testCompile "javax.servlet:javax.servlet-api"
testCompile "org.springframework:spring-web"
testCompile "org.springframework.security:spring-security-core"