인스턴스 나열

이 페이지에서는 Memorystore for Valkey 인스턴스를 나열하는 방법을 설명합니다.

인스턴스 나열

콘솔

  1. 인스턴스 목록을 보려면 Google Cloud 콘솔에서 Memorystore for Valkey 페이지로 이동합니다.

    Memorystore for Valkey

gcloud

기존 Memorystore for Valkey 인스턴스를 보려면 list 명령어를 실행합니다.

gcloud beta memorystore instances list \
--location=REGION_ID \

다음을 바꿉니다.

  • REGION_ID: 인스턴스가 위치한 리전.

예를 들면 다음과 같습니다.

gcloud beta memorystore instances list \
--location=us-central1 \