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/resources/META-INF/additional-spring-configuration-metadata.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2941,15 +2941,15 @@
2941
2941
},
2942
2942
{
2943
2943
"value": "regex:",
2944
-
"description": "Read from any node that has RedisURI matching with the given pattern"
2944
+
"description": "Read from any node that has RedisURI matching with the given pattern."
2945
2945
},
2946
2946
{
2947
2947
"value": "replica",
2948
2948
"description": "Read from the replica only."
2949
2949
},
2950
2950
{
2951
2951
"value": "replica-preferred",
2952
-
"description": "Read preferred from replica and fall back to upstream if no replica is available"
2952
+
"description": "Read preferred from replica and fall back to upstream if no replica is available."
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/data/redis/RedisAutoConfigurationTests.java
0 commit comments