gcloud_beta_redis_instances (1)
NAME
- gcloud beta redis instances - manage Cloud Memorystore Redis instances
SYNOPSIS
-
gcloud beta redis instances COMMAND [GCLOUD_WIDE_FLAG ...]
GCLOUD WIDE FLAGS
COMMANDS
COMMAND is one of the following:
-
- create
-
(BETA) Create a Memorystore Redis instance.
- delete
-
(BETA) Delete a Redis instance.
- describe
-
(BETA) Show metadata for a Memorystore Redis instance.
- list
-
(BETA) List Memorystore Redis instances.
- update
-
(BETA) Update Memorystore Redis instances.
EXAMPLES
To create an instance with the name my-redis-instance, run:
- $ gcloud beta redis instances create my-redis-instance
To delete an instance with the name my-redis-instance, run:
- $ gcloud beta redis instances delete my-redis-instance
To display the details for an instance with the name my-redis-instance, run:
- $ gcloud beta redis instances describe my-redis-instance
To list all the instances, run:
- $ gcloud beta redis instances list
To set the label env to prod for an instance with the name my-redis-instance, run:
-
$ gcloud beta redis instances my-redis-instance \
--update-labels=env=prod
NOTES
This command is currently in BETA and may change without notice. These variants are also available:
- $ gcloud redis instances $ gcloud alpha redis instances