File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/test/java/io/lettuce/core Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1212[ ![ Twitch] ( https://img.shields.io/twitch/status/redisinc?style=social )] ( https://www.twitch.tv/redisinc )
1313[ ![ YouTube] ( https://img.shields.io/youtube/channel/views/UCD78lHSwYqMlyetR0_P4Vig?style=social )] ( https://www.youtube.com/redisinc )
1414[ ![ Twitter] ( https://img.shields.io/twitter/follow/redisinc?style=social )] ( https://twitter.com/redisinc )
15+ [ ![ Stack Exchange questions] ( https://img.shields.io/stackexchange/stackoverflow/t/lettuce?style=social&logo=stackoverflow&label=Stackoverflow )] ( https://stackoverflow.com/questions/tagged/lettuce )
16+
1517
1618Lettuce is a scalable thread-safe Redis client for synchronous,
1719asynchronous and reactive usage. Multiple threads may share one connection if they avoid blocking and transactional
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ public class RedisContainerIntegrationTests {
3131 new File ("src/test/resources/docker/docker-compose.yml" )).withExposedService (REDIS_STACK_CLUSTER , 36379 )
3232 .withExposedService (REDIS_STACK_CLUSTER , 36380 ).withExposedService (REDIS_STACK_CLUSTER , 36381 )
3333 .withExposedService (REDIS_STACK_CLUSTER , 36382 ).withExposedService (REDIS_STACK_CLUSTER , 36383 )
34- .withExposedService (REDIS_STACK_CLUSTER , 36384 ).withExposedService (REDIS_STACK_STANDALONE , 6379 );
34+ .withExposedService (REDIS_STACK_CLUSTER , 36384 ).withExposedService (REDIS_STACK_STANDALONE , 6379 )
35+ .withLocalCompose (true );
3536
3637 @ BeforeAll
3738 public static void setup () throws IOException , InterruptedException {
You can’t perform that action at this time.
0 commit comments