Memorystore Redis
Memorystore Redis Instance
Enable API
gcloud services enable servicenetworking.googleapis.com
gcloud services enable redis.googleapis.comCreate an Instance
gcloud redis instances create orders-cache \
--size=1 --region=us-central1Get Instance IP Address
gcloud redis instances describe orders-cache \
--region=us-central1 --format="value(host)"Connect to Instance
Spring Boot Cache
Dependency
Configuration
Enable Caching
Cacheable
Spring Boot Session
Dependency
Configuration
Enable HTTP Session
Samples
Last updated
Was this helpful?