Skip to content

Commit

Permalink
Merge pull request ozimov#3 from AndyWilks79/master
Browse files Browse the repository at this point in the history
Updated REDIS_READY_PATTERN to match more Redis versions
  • Loading branch information
robertotru authored May 15, 2018
2 parents 8a2af51 + 8b2206b commit 8452570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/redis/embedded/RedisServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.List;

public class RedisServer extends AbstractRedisInstance {
private static final String REDIS_READY_PATTERN = ".*The server is now ready to accept connections on port.*";
private static final String REDIS_READY_PATTERN = ".*(R|r)eady to accept connections.*";
private static final int DEFAULT_REDIS_PORT = 6379;

public RedisServer() {
Expand Down

0 comments on commit 8452570

Please sign in to comment.