1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/redis/clusters/help

75 lines
1.7 KiB
Text
Raw Normal View History

2023-10-05 11:50:16 +00:00
NAME
gcloud redis clusters - manage Memorystore for Redis Cluster instances
SYNOPSIS
2025-04-02 10:41:45 +00:00
gcloud redis clusters GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
2023-10-05 11:50:16 +00:00
DESCRIPTION
Manage Memorystore for Redis Cluster instances.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
2025-04-02 10:41:45 +00:00
GROUPS
GROUP is one of the following:
backup-collections
Manage backup collections of Memorystore for Redis Cluster instances.
backups
Manage backups of Memorystore for Redis Cluster instances.
2023-10-05 11:50:16 +00:00
COMMANDS
COMMAND is one of the following:
2024-10-30 10:13:17 +00:00
add-cluster-endpoints
Add more cluster endpoints.
2023-10-05 11:50:16 +00:00
create
Create a new Memorystore for Redis Cluster instance.
2025-04-02 10:41:45 +00:00
create-backup
Create a backup of a Redis cluster.
2023-10-05 11:50:16 +00:00
delete
Delete a Memorystore for Redis Cluster instance.
describe
Show metadata for a Memorystore for Redis Cluster instance.
2024-08-14 09:38:18 +00:00
detach
Detach a secondary cluster.
detach-secondaries
Detach one or more secondary clusters from the primary cluster.
2023-10-05 11:50:16 +00:00
get-cluster-certificate-authority
Get the certificate authority information for a Memorystore for Redis
Cluster instance.
list
List Memorystore for Redis Cluster instances.
2024-10-30 10:13:17 +00:00
remove-cluster-endpoints
Remove existing Memorystore cluster endpoints.
2024-08-28 09:41:07 +00:00
reschedule-maintenance
Reschedule maintenance window for a Memorystore for Redis Cluster
instance.
2024-08-14 09:38:18 +00:00
switchover
Switchover to a secondary cluster.
2023-10-05 11:50:16 +00:00
update
Update Memorystore Cluster for Redis instance.
NOTES
These variants are also available:
$ gcloud alpha redis clusters
$ gcloud beta redis clusters