HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/394/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