Can’t start Redis from java application
I just pulled the project on my mac(Intel i9) from my work repository and tried to run integration tests but getting an error: java.lang.RuntimeException: Can’t start redis server. Check logs for details. at redis.embedded.AbstractRedisInstance.awaitRedisServerReady(AbstractRedisInstance.java:61) at redis.embedded.AbstractRedisInstance.start(AbstractRedisInstance.java:39) at redis.embedded.RedisServer.start(RedisServer.java:9) Redis 7.2.3 is installed. I can run it using the command redis-server or run it as a … Read more