Mencantumkan instance

Halaman ini memberikan petunjuk tentang cara membuat daftar instance Memorystore for Valkey.

Mencantumkan instance

Konsol

  1. Untuk melihat daftar instance, buka halaman Memorystore for Valkey di konsol Google Cloud.

    Memorystore for 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 \