"Can't start redis server" exception occurs when trying to run Spring Boot on my MacBook M1 (Sonoma 14.0)
When I try to run my Spring Boot app using IntelliJ IDE, everything builds properly and no warning and errors are show. Once the app starts running the following runtime exception occurs: Can't start redis server. Check logs for details.…