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: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/session/RedisSessionConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/session/RedisSessionProperties.java
+34-5Lines changed: 34 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2019 the original author or authors.
2
+
* Copyright 2012-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
+6-12Lines changed: 6 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2749,6 +2749,10 @@
2749
2749
"name": "spring.session.jdbc.save-mode",
2750
2750
"defaultValue": "on-set-attribute"
2751
2751
},
2752
+
{
2753
+
"name": "spring.session.redis.cleanup-cron",
2754
+
"defaultValue": "0 * * * * *"
2755
+
},
2752
2756
{
2753
2757
"name": "spring.session.redis.configure-action",
2754
2758
"defaultValue": "notify-keyspace-events"
@@ -2758,18 +2762,8 @@
2758
2762
"defaultValue": "on-save"
2759
2763
},
2760
2764
{
2761
-
"name": "spring.session.redis.repository",
2762
-
"description": "Redis session repository implementation to use.",
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/session/SessionAutoConfigurationRedisTests.java
0 commit comments