It depends on embedded-redis. It will start redis server on a random available port by the EmbeddedRedisAutoConfiguration when you use Redisson with SpringBoot No need to handle the redis server lifecycle as the embedded-redis
The project can start embedded redis server automatically when you use Redisson with SpringBoot
- RedisServer is supported
- RedisCluster isn't supported for now