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
@@ -46,11 +46,11 @@ class MyIntegrationTest {
46
46
This will start an embedded Redis server before the Spring context corresponding to the test class is loaded for the first time and stop it after the context is closed.
47
47
The necessary Spring Data Redis properties are automatically set.
48
48
49
-
You can also use the `@EmbeddedRedisShardedCluster` annotation to start an embedded Redis cluster:
49
+
You can also use the `@EmbeddedRedisCluster` annotation to start an embedded Redis cluster:
0 commit comments