# GCP - Memorystore Enum {{#include ../../../banners/hacktricks-training.md}} ## Memorystore Reduzieren Sie die Latenz mit einem skalierbaren, sicheren und hochverfügbaren In-Memory-Dienst für [**Redis**](https://cloud.google.com/sdk/gcloud/reference/redis) und [**Memcached**](https://cloud.google.com/sdk/gcloud/reference/memcache). Erfahren Sie mehr. ```bash # Memcache gcloud memcache instances list --region gcloud memcache instances describe --region # You should try to connect to the memcache instances to access the data # Redis gcloud redis instances list --region gcloud redis instances describe --region gcloud redis instances export gs://my-bucket/my-redis-instance.rdb my-redis-instance --region=us-central1 ``` {{#include ../../../banners/hacktricks-training.md}}