Skip to content

Commit f3ec10c

Browse files
committed
📝 Fix README.adoc
1 parent 8275095 commit f3ec10c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ class MyIntegrationTest {
4646
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.
4747
The necessary Spring Data Redis properties are automatically set.
4848

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:
5050

5151
[source,java]
5252
----
53-
@EmbeddedRedisShardedCluster
53+
@EmbeddedRedisCluster
5454
@SpringBootTest
5555
class MyIntegrationTest {
5656
// ...

0 commit comments

Comments
 (0)