yc managed-redis cluster create
Create Redis cluster
Command Usage
Syntax:
yc managed-redis cluster create <CLUSTER-NAME> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
Cluster name. |
|
|
Cluster description. |
|
|
Cluster environment. Values: production, prestable. |
|
|
Network id. |
|
|
Network name. |
|
|
Individual configurations for hosts that should be created for the Redis cluster. Possible property names:
|
|
|
A list of label KEY=VALUE pairs to add. For example, to add two labels named 'foo' and 'bar', both with the value 'baz', use '--labels foo=baz,bar=baz'. |
|
|
Descriptions of database users to be created in the Redis cluster. Possible property names:
|
|
|
Enables sharding for Redis cluster. |
|
|
A list of security groups for the Redis cluster. |
|
|
Deletion Protection inhibits deletion of the cluster. |
|
|
Enables tls for Redis cluster. |
|
|
Persistence mode for Redis cluster (ON, OFF or ON_REPLICAS). |
|
|
Enable announce hostnames for Redis cluster. |
|
|
Allows to use ACL users to auth in sentinel |
|
|
ID of the KMS key for cluster disk encryption. |
|
|
Disk size autoscaling settings Possible property names:
|
|
|
Valkey modules settings Possible property names:
|
|
|
Version of Redis used in the cluster. Values: 7.2 |
|
|
ID of the preset for computational resources available to a host (CPU, memory etc.). |
|
|
Volume of the storage available to a host in GB. |
|
|
Disk type id (e.g., network-ssd). |
|
|
Start time for the daily backup in UTC timezone. Format: HH:MM:SS |
|
|
Retain period of automatically created backup in days. |
|
|
Allow access for DataLens |
|
|
Allow access for Web SQL |
|
|
Authentication password. |
|
|
Redis maxmemory setting. Values: 'volatile-lru', 'allkeys-lru', 'volatile-lfu', 'allkeys-lfu', 'volatile-random', 'allkeys-random', 'volatile-ttl', 'noeviction' |
|
|
Time seconds that Redis keeps the connection open while the client is idle. |
|
|
Redis events to notify about. |
|
|
Maximum length of slow operations log. |
|
|
Threshold in milliseconds to log slow operations. |
|
|
Number of Redis databases. |
|
|
Redis maxmemory usage in percent. Values: 1-75 |
|
|
Redis client output buffer limit normal limits. Possible property names:
|
|
|
Redis client output buffer limit pubsub limits. Possible property names:
|
|
|
Maximum time in milliseconds for Lua scripts. Values: 0-5000, 0 - disabled mechanism |
|
|
Replication backlog size as a percentage of flavor maxmemory. Values: 1-75 |
|
|
Controls whether all hash slots must be covered by nodes |
|
|
Allows read operations when cluster is down |
|
|
Allows Pub/Sub shard operations when cluster is down |
|
|
The time, in minutes, that must elapse in order for the key counter to be divided by two (or decremented if it has a value less <= 10). |
|
|
Determines how the frequency counter represents key hits. |
|
|
Allows to turn before switchover in RDSync. |
|
|
Allows some data to be lost in favor of faster switchover/restart. |
|
|
Use JIT for lua scripts and functions. |
|
|
Allow redis to use io-threads. |
|
|
Controls max number of entries in zset before conversion from memory-efficient listpack to CPU-efficient hash table and skiplist. |
|
|
AOF maximum size as a percentage of disk available. Values: 1-99 |
|
|
Enable active (online) memory defragmentation. |
|
|
Display information about the operation in progress, without waiting for the operation to complete. |
Global Flags
|
Flag |
Description |
|
|
Set the custom configuration file. |
|
|
Debug logging. |
|
|
Debug gRPC logging. Very verbose, used for debugging connection problems. |
|
|
Disable printing user intended output to stderr. |
|
|
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. |
|
|
Set the ID of the cloud to use. |
|
|
Set the ID of the folder to use. |
|
|
Set the name of the folder to use (will be resolved to id). |
|
|
Set the Cloud API endpoint (host:port). |
|
|
Set the OAuth token to use. |
|
|
Set the ID of the service account to impersonate. |
|
|
Disable opening browser for authentication. |
|
|
Set the output format: text (default), yaml, json, json-rest. |
|
|
Query to select values from the response using jq syntax |
|
|
Display help for the command. |