Managed Service for Redis API, gRPC: ClusterService.Create
- gRPC request
- CreateClusterRequest
- ConfigSpec
- RedisConfig5_0
- ClientOutputBufferLimit
- RedisConfig6_0
- ClientOutputBufferLimit
- RedisConfig6_2
- ClientOutputBufferLimit
- RedisConfig7_0
- ClientOutputBufferLimit
- Resources
- Access
- RedisConfig
- ClientOutputBufferLimit
- DiskSizeAutoscaling
- ValkeyModules
- ValkeySearch
- ValkeyJson
- ValkeyBloom
- HostSpec
- MaintenanceWindow
- AnytimeMaintenanceWindow
- WeeklyMaintenanceWindow
- UserSpec
- Permissions
- operation.Operation
- CreateClusterMetadata
- Cluster
- Monitoring
- ClusterConfig
- RedisConfigSet5_0
- RedisConfig5_0
- ClientOutputBufferLimit
- RedisConfigSet6_0
- RedisConfig6_0
- ClientOutputBufferLimit
- RedisConfigSet6_2
- RedisConfig6_2
- ClientOutputBufferLimit
- RedisConfigSet7_0
- RedisConfig7_0
- ClientOutputBufferLimit
- Resources
- Access
- RedisConfigSet
- RedisConfig
- ClientOutputBufferLimit
- DiskSizeAutoscaling
- ValkeyModules
- ValkeySearch
- ValkeyJson
- ValkeyBloom
- MaintenanceWindow
- AnytimeMaintenanceWindow
- WeeklyMaintenanceWindow
- MaintenanceOperation
Creates a Redis cluster in the specified folder.
gRPC request
rpc Create (CreateClusterRequest) returns (operation.Operation)
CreateClusterRequest
{
"folder_id": "string",
"name": "string",
"description": "string",
"labels": "map<string, string>",
"environment": "Environment",
"config_spec": {
"version": "string",
// Includes only one of the fields `redis_config_5_0`, `redis_config_6_0`, `redis_config_6_2`, `redis_config_7_0`
"redis_config_5_0": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"redis_config_6_0": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"redis_config_6_2": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
"redis_config_7_0": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
// end of the list of possible fields
"resources": {
"resource_preset_id": "string",
"disk_size": "int64",
"disk_type_id": "string"
},
"backup_window_start": "google.type.TimeOfDay",
"access": {
"data_lens": "bool",
"web_sql": "bool"
},
"redis": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value",
"lua_time_limit": "google.protobuf.Int64Value",
"repl_backlog_size_percent": "google.protobuf.Int64Value",
"cluster_require_full_coverage": "google.protobuf.BoolValue",
"cluster_allow_reads_when_down": "google.protobuf.BoolValue",
"cluster_allow_pubsubshard_when_down": "google.protobuf.BoolValue",
"lfu_decay_time": "google.protobuf.Int64Value",
"lfu_log_factor": "google.protobuf.Int64Value",
"turn_before_switchover": "google.protobuf.BoolValue",
"allow_data_loss": "google.protobuf.BoolValue",
"use_luajit": "google.protobuf.BoolValue",
"io_threads_allowed": "google.protobuf.BoolValue",
"zset_max_listpack_entries": "google.protobuf.Int64Value",
"aof_max_size_percent": "google.protobuf.Int64Value",
"activedefrag": "google.protobuf.BoolValue"
},
"disk_size_autoscaling": {
"planned_usage_threshold": "google.protobuf.Int64Value",
"emergency_usage_threshold": "google.protobuf.Int64Value",
"disk_size_limit": "google.protobuf.Int64Value"
},
"backup_retain_period_days": "google.protobuf.Int64Value",
"modules": {
"valkey_search": {
"enabled": "bool",
"reader_threads": "google.protobuf.Int64Value",
"writer_threads": "google.protobuf.Int64Value"
},
"valkey_json": {
"enabled": "bool"
},
"valkey_bloom": {
"enabled": "bool"
}
}
},
"host_specs": [
{
"zone_id": "string",
"subnet_id": "string",
"shard_name": "string",
"replica_priority": "google.protobuf.Int64Value",
"assign_public_ip": "bool"
}
],
"network_id": "string",
"sharded": "bool",
"security_group_ids": [
"string"
],
"tls_enabled": "google.protobuf.BoolValue",
"deletion_protection": "bool",
"persistence_mode": "PersistenceMode",
"announce_hostnames": "bool",
"maintenance_window": {
// Includes only one of the fields `anytime`, `weekly_maintenance_window`
"anytime": "AnytimeMaintenanceWindow",
"weekly_maintenance_window": {
"day": "WeekDay",
"hour": "int64"
}
// end of the list of possible fields
},
"user_specs": [
{
"name": "string",
"passwords": [
"string"
],
"permissions": {
"patterns": "google.protobuf.StringValue",
"pub_sub_channels": "google.protobuf.StringValue",
"categories": "google.protobuf.StringValue",
"commands": "google.protobuf.StringValue",
"sanitize_payload": "google.protobuf.StringValue"
},
"enabled": "google.protobuf.BoolValue"
}
],
"auth_sentinel": "bool",
"disk_encryption_key_id": "google.protobuf.StringValue"
}
|
Field |
Description |
|
folder_id |
string Required field. ID of the folder to create the Redis cluster in. |
|
name |
string Required field. Name of the Redis cluster. The name must be unique within the folder. |
|
description |
string Description of the Redis cluster. |
|
labels |
object (map<string, string>) Custom labels for the Redis cluster as |
|
environment |
enum Environment Required field. Deployment environment of the Redis cluster.
|
|
config_spec |
Required field. Configuration and resources for hosts that should be created for the Redis cluster. |
|
host_specs[] |
Individual configurations for hosts that should be created for the Redis cluster. |
|
network_id |
string Required field. ID of the network to create the cluster in. |
|
sharded |
bool Redis cluster mode on/off. |
|
security_group_ids[] |
string User security groups |
|
tls_enabled |
TLS port and functionality on\off |
|
deletion_protection |
bool Deletion Protection inhibits deletion of the cluster |
|
persistence_mode |
enum PersistenceMode Persistence mode
|
|
announce_hostnames |
bool Enable FQDN instead of ip |
|
maintenance_window |
Window of maintenance operations. |
|
user_specs[] |
Descriptions of users to be created in the Redis cluster. |
|
auth_sentinel |
bool Allows to use ACL users to auth in sentinel |
|
disk_encryption_key_id |
ID of the key to encrypt cluster disks. |
ConfigSpec
|
Field |
Description |
|
version |
string Version of Redis used in the cluster. |
|
redis_config_5_0 |
Includes only one of the fields Configuration of a Redis cluster. |
|
redis_config_6_0 |
Includes only one of the fields Configuration of a Redis cluster. |
|
redis_config_6_2 |
Includes only one of the fields Configuration of a Redis cluster. |
|
redis_config_7_0 |
Includes only one of the fields Configuration of a Redis cluster. |
|
resources |
Resources allocated to Redis hosts. |
|
backup_window_start |
Time to start the daily backup, in the UTC timezone. |
|
access |
Access policy to DB |
|
redis |
Unified configuration of a Redis cluster |
|
disk_size_autoscaling |
Disk size autoscaling settings |
|
backup_retain_period_days |
Retain period of automatically created backup in days |
|
modules |
Valkey modules settings |
RedisConfig5_0
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
RedisConfig6_0
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
RedisConfig6_2
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
|
maxmemory_percent |
Redis maxmemory percent |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
RedisConfig7_0
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
|
maxmemory_percent |
Redis maxmemory percent |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
Resources
|
Field |
Description |
|
resource_preset_id |
string ID of the preset for computational resources available to a host (CPU, memory etc.). |
|
disk_size |
int64 Volume of the storage available to a host, in bytes. |
|
disk_type_id |
string Type of the storage environment for the host.
|
Access
|
Field |
Description |
|
data_lens |
bool Allow access for DataLens |
|
web_sql |
bool Allow access for Web SQL. |
RedisConfig
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
|
maxmemory_percent |
Redis maxmemory percent |
|
lua_time_limit |
Maximum time in milliseconds for Lua scripts, 0 - disabled mechanism |
|
repl_backlog_size_percent |
Replication backlog size as a percentage of flavor maxmemory |
|
cluster_require_full_coverage |
Controls whether all hash slots must be covered by nodes |
|
cluster_allow_reads_when_down |
Allows read operations when cluster is down |
|
cluster_allow_pubsubshard_when_down |
Permits Pub/Sub shard operations when cluster is down |
|
lfu_decay_time |
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) |
|
lfu_log_factor |
Determines how the frequency counter represents key hits. |
|
turn_before_switchover |
Allows to turn before switchover in RDSync |
|
allow_data_loss |
Allows some data to be lost in favor of faster switchover/restart |
|
use_luajit |
Use JIT for lua scripts and functions |
|
io_threads_allowed |
Allow redis to use io-threads |
|
zset_max_listpack_entries |
Controls max number of entries in zset before conversion from memory-efficient listpack to CPU-efficient hash table and skiplist |
|
aof_max_size_percent |
AOF maximum size as a percentage of disk available |
|
activedefrag |
Enable active (online) memory defragmentation |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
DiskSizeAutoscaling
|
Field |
Description |
|
planned_usage_threshold |
Amount of used storage for automatic disk scaling in the maintenance window, 0 means disabled, in percent. |
|
emergency_usage_threshold |
Amount of used storage for immediately automatic disk scaling, 0 means disabled, in percent. |
|
disk_size_limit |
Limit on how large the storage for database instances can automatically grow, in bytes. |
ValkeyModules
|
Field |
Description |
|
valkey_search |
valkey-search module settings |
|
valkey_json |
valkey-json module settings |
|
valkey_bloom |
valkey-bloom module settings |
ValkeySearch
|
Field |
Description |
|
enabled |
bool Enable valkey-search module |
|
reader_threads |
Controls the amount of threads executing queries |
|
writer_threads |
Controls the amount of threads processing index mutations |
ValkeyJson
|
Field |
Description |
|
enabled |
bool Enable valkey-json module |
ValkeyBloom
|
Field |
Description |
|
enabled |
bool Enable valkey-bloom module |
HostSpec
|
Field |
Description |
|
zone_id |
string ID of the availability zone where the host resides. |
|
subnet_id |
string ID of the subnet that the host should belong to. This subnet should be a part |
|
shard_name |
string ID of the Redis shard the host belongs to. |
|
replica_priority |
A replica with a low priority number is considered better for promotion. |
|
assign_public_ip |
bool Whether the host should get a public IP address on creation. Possible values:
|
MaintenanceWindow
A maintenance window settings.
|
Field |
Description |
|
anytime |
Maintenance operation can be scheduled anytime. Includes only one of the fields The maintenance policy in effect. |
|
weekly_maintenance_window |
Maintenance operation can be scheduled on a weekly basis. Includes only one of the fields The maintenance policy in effect. |
AnytimeMaintenanceWindow
|
Field |
Description |
|
Empty |
|
WeeklyMaintenanceWindow
Weelky maintenance window settings.
|
Field |
Description |
|
day |
enum WeekDay Day of the week (in
|
|
hour |
int64 Hour of the day in UTC (in |
UserSpec
|
Field |
Description |
|
name |
string Required field. Name of the Redis user. |
|
passwords[] |
string Password of the Redis user. |
|
permissions |
Set of permissions to grant to the user. |
|
enabled |
Is Redis user enabled |
Permissions
|
Field |
Description |
|
patterns |
Keys patterns user has permission to. |
|
pub_sub_channels |
Channel patterns user has permissions to. |
|
categories |
Command categories user has permissions to. |
|
commands |
Commands user can execute. |
|
sanitize_payload |
SanitizePayload parameter. |
operation.Operation
{
"id": "string",
"description": "string",
"created_at": "google.protobuf.Timestamp",
"created_by": "string",
"modified_at": "google.protobuf.Timestamp",
"done": "bool",
"metadata": {
"cluster_id": "string"
},
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": {
"id": "string",
"folder_id": "string",
"created_at": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "map<string, string>",
"environment": "Environment",
"monitoring": [
{
"name": "string",
"description": "string",
"link": "string"
}
],
"config": {
"version": "string",
// Includes only one of the fields `redis_config_5_0`, `redis_config_6_0`, `redis_config_6_2`, `redis_config_7_0`
"redis_config_5_0": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
}
},
"redis_config_6_0": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
}
}
},
"redis_config_6_2": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
}
},
"redis_config_7_0": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value"
}
},
// end of the list of possible fields
"resources": {
"resource_preset_id": "string",
"disk_size": "int64",
"disk_type_id": "string"
},
"backup_window_start": "google.type.TimeOfDay",
"access": {
"data_lens": "bool",
"web_sql": "bool"
},
"redis": {
"effective_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value",
"lua_time_limit": "google.protobuf.Int64Value",
"repl_backlog_size_percent": "google.protobuf.Int64Value",
"cluster_require_full_coverage": "google.protobuf.BoolValue",
"cluster_allow_reads_when_down": "google.protobuf.BoolValue",
"cluster_allow_pubsubshard_when_down": "google.protobuf.BoolValue",
"lfu_decay_time": "google.protobuf.Int64Value",
"lfu_log_factor": "google.protobuf.Int64Value",
"turn_before_switchover": "google.protobuf.BoolValue",
"allow_data_loss": "google.protobuf.BoolValue",
"use_luajit": "google.protobuf.BoolValue",
"io_threads_allowed": "google.protobuf.BoolValue",
"zset_max_listpack_entries": "google.protobuf.Int64Value",
"aof_max_size_percent": "google.protobuf.Int64Value",
"activedefrag": "google.protobuf.BoolValue"
},
"user_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value",
"lua_time_limit": "google.protobuf.Int64Value",
"repl_backlog_size_percent": "google.protobuf.Int64Value",
"cluster_require_full_coverage": "google.protobuf.BoolValue",
"cluster_allow_reads_when_down": "google.protobuf.BoolValue",
"cluster_allow_pubsubshard_when_down": "google.protobuf.BoolValue",
"lfu_decay_time": "google.protobuf.Int64Value",
"lfu_log_factor": "google.protobuf.Int64Value",
"turn_before_switchover": "google.protobuf.BoolValue",
"allow_data_loss": "google.protobuf.BoolValue",
"use_luajit": "google.protobuf.BoolValue",
"io_threads_allowed": "google.protobuf.BoolValue",
"zset_max_listpack_entries": "google.protobuf.Int64Value",
"aof_max_size_percent": "google.protobuf.Int64Value",
"activedefrag": "google.protobuf.BoolValue"
},
"default_config": {
"maxmemory_policy": "MaxmemoryPolicy",
"timeout": "google.protobuf.Int64Value",
"password": "string",
"databases": "google.protobuf.Int64Value",
"slowlog_log_slower_than": "google.protobuf.Int64Value",
"slowlog_max_len": "google.protobuf.Int64Value",
"notify_keyspace_events": "string",
"client_output_buffer_limit_pubsub": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"client_output_buffer_limit_normal": {
"hard_limit": "google.protobuf.Int64Value",
"soft_limit": "google.protobuf.Int64Value",
"soft_seconds": "google.protobuf.Int64Value"
},
"maxmemory_percent": "google.protobuf.Int64Value",
"lua_time_limit": "google.protobuf.Int64Value",
"repl_backlog_size_percent": "google.protobuf.Int64Value",
"cluster_require_full_coverage": "google.protobuf.BoolValue",
"cluster_allow_reads_when_down": "google.protobuf.BoolValue",
"cluster_allow_pubsubshard_when_down": "google.protobuf.BoolValue",
"lfu_decay_time": "google.protobuf.Int64Value",
"lfu_log_factor": "google.protobuf.Int64Value",
"turn_before_switchover": "google.protobuf.BoolValue",
"allow_data_loss": "google.protobuf.BoolValue",
"use_luajit": "google.protobuf.BoolValue",
"io_threads_allowed": "google.protobuf.BoolValue",
"zset_max_listpack_entries": "google.protobuf.Int64Value",
"aof_max_size_percent": "google.protobuf.Int64Value",
"activedefrag": "google.protobuf.BoolValue"
}
},
"disk_size_autoscaling": {
"planned_usage_threshold": "google.protobuf.Int64Value",
"emergency_usage_threshold": "google.protobuf.Int64Value",
"disk_size_limit": "google.protobuf.Int64Value"
},
"backup_retain_period_days": "google.protobuf.Int64Value",
"modules": {
"valkey_search": {
"enabled": "bool",
"reader_threads": "google.protobuf.Int64Value",
"writer_threads": "google.protobuf.Int64Value"
},
"valkey_json": {
"enabled": "bool"
},
"valkey_bloom": {
"enabled": "bool"
}
}
},
"network_id": "string",
"health": "Health",
"status": "Status",
"sharded": "bool",
"maintenance_window": {
// Includes only one of the fields `anytime`, `weekly_maintenance_window`
"anytime": "AnytimeMaintenanceWindow",
"weekly_maintenance_window": {
"day": "WeekDay",
"hour": "int64"
}
// end of the list of possible fields
},
"planned_operation": {
"info": "string",
"delayed_until": "google.protobuf.Timestamp"
},
"security_group_ids": [
"string"
],
"tls_enabled": "bool",
"deletion_protection": "bool",
"persistence_mode": "PersistenceMode",
"announce_hostnames": "bool",
"auth_sentinel": "bool",
"disk_encryption_key_id": "google.protobuf.StringValue"
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
|
Field |
Description |
|
id |
string ID of the operation. |
|
description |
string Description of the operation. 0-256 characters long. |
|
created_at |
Creation timestamp. |
|
created_by |
string ID of the user or service account who initiated the operation. |
|
modified_at |
The time when the Operation resource was last modified. |
|
done |
bool If the value is |
|
metadata |
Service-specific metadata associated with the operation. |
|
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
|
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
CreateClusterMetadata
|
Field |
Description |
|
cluster_id |
string ID of the Redis cluster that is being created. |
Cluster
Description of a Redis cluster. For more information, see
the Managed Service for Redis documentation.
|
Field |
Description |
|
id |
string ID of the Redis cluster. |
|
folder_id |
string ID of the folder that the Redis cluster belongs to. |
|
created_at |
Creation timestamp in RFC3339 |
|
name |
string Name of the Redis cluster. |
|
description |
string Description of the Redis cluster. 0-256 characters long. |
|
labels |
object (map<string, string>) Custom labels for the Redis cluster as |
|
environment |
enum Environment Deployment environment of the Redis cluster.
|
|
monitoring[] |
Description of monitoring systems relevant to the Redis cluster. |
|
config |
Configuration of the Redis cluster. |
|
network_id |
string |
|
health |
enum Health Aggregated cluster health.
|
|
status |
enum Status Cluster status.
|
|
sharded |
bool Redis cluster mode on/off. |
|
maintenance_window |
Maintenance window for the cluster. |
|
planned_operation |
Planned maintenance operation to be started for the cluster within the nearest |
|
security_group_ids[] |
string User security groups |
|
tls_enabled |
bool TLS port and functionality on\off |
|
deletion_protection |
bool Deletion Protection inhibits deletion of the cluster |
|
persistence_mode |
enum PersistenceMode Persistence mode
|
|
announce_hostnames |
bool Enable FQDN instead of ip |
|
auth_sentinel |
bool Allows to use ACL users to auth in sentinel |
|
disk_encryption_key_id |
ID of the key to encrypt cluster disks. |
Monitoring
|
Field |
Description |
|
name |
string Name of the monitoring system. |
|
description |
string Description of the monitoring system. |
|
link |
string Link to the monitoring system charts for the Redis cluster. |
ClusterConfig
|
Field |
Description |
|
version |
string Version of Redis server software. |
|
redis_config_5_0 |
Configuration of a Redis 5.0 server. Includes only one of the fields Configuration for Redis servers in the cluster. |
|
redis_config_6_0 |
Configuration of a Redis 6.0 server. Includes only one of the fields Configuration for Redis servers in the cluster. |
|
redis_config_6_2 |
Configuration of a Redis 6.2 server. Includes only one of the fields Configuration for Redis servers in the cluster. |
|
redis_config_7_0 |
Configuration of a Redis 7.0 server. Includes only one of the fields Configuration for Redis servers in the cluster. |
|
resources |
Resources allocated to Redis hosts. |
|
backup_window_start |
Time to start the daily backup, in the UTC timezone. |
|
access |
Access policy to DB |
|
redis |
Unified configuration of a Redis cluster. |
|
disk_size_autoscaling |
Disk size autoscaling settings |
|
backup_retain_period_days |
Retain period of automatically created backup in days |
|
modules |
Valkey modules settings |
RedisConfigSet5_0
|
Field |
Description |
|
effective_config |
Effective settings for a Redis 5.0 cluster (a combination of settings |
|
user_config |
User-defined settings for a Redis 5.0 cluster. |
|
default_config |
Default configuration for a Redis 5.0 cluster. |
RedisConfig5_0
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
RedisConfigSet6_0
|
Field |
Description |
|
effective_config |
Effective settings for a Redis 6.0 cluster (a combination of settings |
|
user_config |
User-defined settings for a Redis 6.0 cluster. |
|
default_config |
Default configuration for a Redis 6.0 cluster. |
RedisConfig6_0
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
RedisConfigSet6_2
|
Field |
Description |
|
effective_config |
Effective settings for a Redis 6.2 cluster (a combination of settings |
|
user_config |
User-defined settings for a Redis 6.2 cluster. |
|
default_config |
Default configuration for a Redis 6.2 cluster. |
RedisConfig6_2
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
|
maxmemory_percent |
Redis maxmemory percent |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
RedisConfigSet7_0
|
Field |
Description |
|
effective_config |
Effective settings for a Redis 7.0 cluster (a combination of settings |
|
user_config |
User-defined settings for a Redis 7.0 cluster. |
|
default_config |
Default configuration for a Redis 7.0 cluster. |
RedisConfig7_0
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
|
maxmemory_percent |
Redis maxmemory percent |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
Resources
|
Field |
Description |
|
resource_preset_id |
string ID of the preset for computational resources available to a host (CPU, memory etc.). |
|
disk_size |
int64 Volume of the storage available to a host, in bytes. |
|
disk_type_id |
string Type of the storage environment for the host.
|
Access
|
Field |
Description |
|
data_lens |
bool Allow access for DataLens |
|
web_sql |
bool Allow access for Web SQL. |
RedisConfigSet
|
Field |
Description |
|
effective_config |
Effective settings for a Redis cluster (a combination of settings |
|
user_config |
User-defined settings for a Redis cluster. |
|
default_config |
Default configuration for a Redis cluster. |
RedisConfig
Fields and structure of RedisConfig reflects Redis configuration file
parameters.
|
Field |
Description |
|
maxmemory_policy |
enum MaxmemoryPolicy Redis key eviction policy for a dataset that reaches maximum memory, All policies are described in detail in Redis documentation
|
|
timeout |
Time that Redis keeps the connection open while the client is idle. |
|
password |
string Authentication password. |
|
databases |
Number of database buckets on a single redis-server process. |
|
slowlog_log_slower_than |
Threshold for logging slow requests to server in microseconds (log only slower than it). |
|
slowlog_max_len |
Max slow requests number to log. |
|
notify_keyspace_events |
string String setting for pub\sub functionality. |
|
client_output_buffer_limit_pubsub |
Redis connection output buffers limits for pubsub operations. |
|
client_output_buffer_limit_normal |
Redis connection output buffers limits for clients. |
|
maxmemory_percent |
Redis maxmemory percent |
|
lua_time_limit |
Maximum time in milliseconds for Lua scripts, 0 - disabled mechanism |
|
repl_backlog_size_percent |
Replication backlog size as a percentage of flavor maxmemory |
|
cluster_require_full_coverage |
Controls whether all hash slots must be covered by nodes |
|
cluster_allow_reads_when_down |
Allows read operations when cluster is down |
|
cluster_allow_pubsubshard_when_down |
Permits Pub/Sub shard operations when cluster is down |
|
lfu_decay_time |
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) |
|
lfu_log_factor |
Determines how the frequency counter represents key hits. |
|
turn_before_switchover |
Allows to turn before switchover in RDSync |
|
allow_data_loss |
Allows some data to be lost in favor of faster switchover/restart |
|
use_luajit |
Use JIT for lua scripts and functions |
|
io_threads_allowed |
Allow redis to use io-threads |
|
zset_max_listpack_entries |
Controls max number of entries in zset before conversion from memory-efficient listpack to CPU-efficient hash table and skiplist |
|
aof_max_size_percent |
AOF maximum size as a percentage of disk available |
|
activedefrag |
Enable active (online) memory defragmentation |
ClientOutputBufferLimit
|
Field |
Description |
|
hard_limit |
Total limit in bytes. |
|
soft_limit |
Limit in bytes during certain time period. |
|
soft_seconds |
Seconds for soft limit. |
DiskSizeAutoscaling
|
Field |
Description |
|
planned_usage_threshold |
Amount of used storage for automatic disk scaling in the maintenance window, 0 means disabled, in percent. |
|
emergency_usage_threshold |
Amount of used storage for immediately automatic disk scaling, 0 means disabled, in percent. |
|
disk_size_limit |
Limit on how large the storage for database instances can automatically grow, in bytes. |
ValkeyModules
|
Field |
Description |
|
valkey_search |
valkey-search module settings |
|
valkey_json |
valkey-json module settings |
|
valkey_bloom |
valkey-bloom module settings |
ValkeySearch
|
Field |
Description |
|
enabled |
bool Enable valkey-search module |
|
reader_threads |
Controls the amount of threads executing queries |
|
writer_threads |
Controls the amount of threads processing index mutations |
ValkeyJson
|
Field |
Description |
|
enabled |
bool Enable valkey-json module |
ValkeyBloom
|
Field |
Description |
|
enabled |
bool Enable valkey-bloom module |
MaintenanceWindow
A maintenance window settings.
|
Field |
Description |
|
anytime |
Maintenance operation can be scheduled anytime. Includes only one of the fields The maintenance policy in effect. |
|
weekly_maintenance_window |
Maintenance operation can be scheduled on a weekly basis. Includes only one of the fields The maintenance policy in effect. |
AnytimeMaintenanceWindow
|
Field |
Description |
|
Empty |
|
WeeklyMaintenanceWindow
Weelky maintenance window settings.
|
Field |
Description |
|
day |
enum WeekDay Day of the week (in
|
|
hour |
int64 Hour of the day in UTC (in |
MaintenanceOperation
A planned maintenance operation.
|
Field |
Description |
|
info |
string Information about this maintenance operation. |
|
delayed_until |
Time until which this maintenance operation is delayed. |