fixed: embedded-redis: Unable to run on macOS Sonoma
Issue
you might see below error while trying to run embedded-redis for your testing on your macOS after you upgrade to Sonoma.
java.lang.RuntimeException: Can't start redis server. Check logs for details. Redis process log:
at redis.embedded.AbstractRedisInstance.awaitRedisServerReady(AbstractRedisInstance.java:70)
at redis.embedded.AbstractRedisInstance.start(AbstractRedisInstance.