Hi,
I am in progress using spring boot and memorystore redis.
For the source, refer to the google codelab's Spring boot caching using clolud memorystore.
I am testing on my laptop, but i have a connection time out problem and this.
only redis instances are created in the memorystore.
i tried to refer to the client library for java, but there is a link error.
maven dependency
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>