File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_redis_instances.1
.TH "GCLOUD_BETA_REDIS_INSTANCES" 1
.SH "NAME"
.HP
gcloud beta redis instances \- manage Cloud Memorystore Redis instances
.SH "SYNOPSIS"
.HP
\f5gcloud beta redis instances\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To create an instance with the name \f5my\-redis\-instance\fR, run:
.RS 2m
$ gcloud beta redis instances create my\-redis\-instance
.RE
To delete an instance with the name \f5my\-redis\-instance\fR, run:
.RS 2m
$ gcloud beta redis instances delete my\-redis\-instance
.RE
To display the details for an instance with the name \f5my\-redis\-instance\fR,
run:
.RS 2m
$ gcloud beta redis instances describe my\-redis\-instance
.RE
To list all the instances, run:
.RS 2m
$ gcloud beta redis instances list
.RE
To set the label \f5env\fR to \f5prod\fR for an instance with the name
\f5my\-redis\-instance\fR, run:
.RS 2m
$ gcloud beta redis instances my\-redis\-instance \e
\-\-update\-labels=env=prod
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBcreate\fR
\fB(BETA)\fR Create a Memorystore Redis instance.
.TP 2m
\fBdelete\fR
\fB(BETA)\fR Delete a Redis instance.
.TP 2m
\fBdescribe\fR
\fB(BETA)\fR Show metadata for a Memorystore Redis instance.
.TP 2m
\fBexport\fR
\fB(BETA)\fR Export data from a Memorystore Redis instance to Google Cloud
Storage.
.TP 2m
\fBfailover\fR
\fB(BETA)\fR Failover a standard tier Cloud Memorystore for Redis instance from
the master node to its replica.
.TP 2m
\fBget\-auth\-string\fR
\fB(BETA)\fR Show AUTH string for a Memorystore Redis instance.
.TP 2m
\fBimport\fR
\fB(BETA)\fR Import data to a Memorystore Redis instance from Google Cloud
Storage.
.TP 2m
\fBlist\fR
\fB(BETA)\fR List Memorystore Redis instances.
.TP 2m
\fBreschedule\-maintenance\fR
\fB(BETA)\fR Reschedule maintenance window for a Redis instance.
.TP 2m
\fBupdate\fR
\fB(BETA)\fR Update Memorystore Redis instances.
.TP 2m
\fBupgrade\fR
\fB(BETA)\fR Upgrade a Memorystore for Redis instance to a specified Redis
version.
.RE
.sp
.SH "NOTES"
This command is currently in beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud redis instances
.RE
.RS 2m
$ gcloud alpha redis instances
.RE