Mencantumkan instance

Halaman ini memberikan petunjuk cara membuat daftar Memorystore untuk Valkey instance Compute Engine.

Mencantumkan instance

Konsol

  1. Untuk melihat daftar instance, buka halaman Memorystore untuk Valkey di Konsol Google Cloud Anda.

    Memorystore untuk Valkey

gcloud

Untuk melihat instance Memorystore for Valkey yang ada, jalankan perintah list:

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

Ganti kode berikut:

  • REGION_ID adalah region tempat instance Anda berada.

Contoh:

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