mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Apr 3 09:23:31 UTC 2024
This commit is contained in:
parent
4ade1b44cc
commit
7e2535c53d
212 changed files with 8070 additions and 151 deletions
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud redis clusters create (CLUSTER : --region=REGION) --network=NETWORK
|
||||
--shard-count=SHARD_COUNT [--aof-append-fsync=AOF_APPEND_FSYNC]
|
||||
[--async] [--auth-mode=AUTH_MODE] [--persistence-mode=PERSISTENCE_MODE]
|
||||
[--async] [--auth-mode=AUTH_MODE] [--node-type=NODE_TYPE]
|
||||
[--persistence-mode=PERSISTENCE_MODE]
|
||||
[--rdb-snapshot-period=RDB_SNAPSHOT_PERIOD]
|
||||
[--rdb-snapshot-start-time=RDB_SNAPSHOT_START_TIME]
|
||||
[--redis-config=[KEY=VALUE,...]] [--replica-count=REPLICA_COUNT]
|
||||
|
|
@ -112,6 +113,11 @@ OPTIONAL FLAGS
|
|||
iam-auth
|
||||
IAM basic authorization is enabled for the cluster.
|
||||
|
||||
--node-type=NODE_TYPE
|
||||
Node Type of the redis cluster Node. NODE_TYPE must be one of:
|
||||
redis-highmem-medium, redis-highmem-xlarge, redis-shared-core-nano,
|
||||
redis-standard-small.
|
||||
|
||||
--persistence-mode=PERSISTENCE_MODE
|
||||
Operation mode for persistence. PERSISTENCE_MODE must be one of:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue