Не удается подключиться к Redis в GCP с поддержкой SSL
# #spring-boot #google-cloud-platform #redis #spring-data-redis #google-cloud-memorystore Вопрос: Я использую Spring-boot-starter-redis зависимость для подключения к redis (ниже приведен мой фрагмент из зависимости gradle dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-data-redis'…